Annotation Type ImpexData
-
@Retention(RUNTIME) @Target(METHOD) public @interface ImpexData
Test method annotation listing ImpEx scripts used to load test data required for the test. Annotate methods before which impex data needs to be loaded.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]
value
List of ImpEx scripts provided as class loader resources.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
relaxedMode
Relaxed mode.
-