|
Arquillian Persistence Extension API 1.0.0.Alpha4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Inherited
public @interface ShouldMatchDataSet
Verifies state of underlying data store using data sets
defined by this annotation. Verification is invoked after test's
execution (including transaction if enabled).
If files are not specified explicitly, following strategy is applied:
datasets folder.arquillian.xml, then expected format is XML.
Presence of this annotation in the test class enables Arquillian Persistence Extension.
| Optional Element Summary | |
|---|---|
String[] |
excludeColumns
List of columns to be excluded. |
String[] |
value
List of data set files used for comparision |
public abstract String[] value
public abstract String[] excludeColumns
|
Arquillian Persistence Extension API 1.0.0.Alpha4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||