@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Inherited public @interface ShouldMatchDataSet
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.
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
excludeColumns
List of columns to be excluded.
|
String[] |
orderBy
List of columns to be used for sorting rows to determine order of data sets comparison.
|
String[] |
value
List of data set files used for comparison.
|
public abstract String[] value
public abstract String[] orderBy
public abstract String[] excludeColumns
arquillian.xml.Copyright © 2018 JBoss by Red Hat. All rights reserved.