Package com.consol.citrus.annotations
Annotation Type CitrusXmlTest
-
@Deprecated @Retention(RUNTIME) @Target(METHOD) public @interface CitrusXmlTest
Deprecated.in favor of using genericCitrusTestSourceannotationCitrus test case annotation used for XML test case definition inside a unit test class. Each method annotated with this annotation will result in a separate test execution.- Since:
- 1.3.1
- Author:
- Christoph Deppisch
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String[]nameDeprecated.Test name optional - by default method name is used as test nameStringpackageNameDeprecated.Test package name optional - by default package of declaring test class is usedString[]packageScanDeprecated.Test packages to scan for XML test case definitionsString[]sourcesDeprecated.Test sources optional list of file resources to load
-
-
-
Element Detail
-
name
String[] name
Deprecated.Test name optional - by default method name is used as test name- Default:
- {}
-
-
-
packageName
String packageName
Deprecated.Test package name optional - by default package of declaring test class is used- Default:
- ""
-
-
-
packageScan
String[] packageScan
Deprecated.Test packages to scan for XML test case definitions- Default:
- {}
-
-
-
sources
String[] sources
Deprecated.Test sources optional list of file resources to load- Default:
- {}
-
-