Package com.consol.citrus.testng
Annotation Type CitrusParameters
-
@Retention(RUNTIME) @Target(METHOD) public @interface CitrusParameters
Parameter annotation provides parameter names that are passed to the test case test context as variables. Variable values are provided by TestNG data provider.- Since:
- 1.3.1
- Author:
- Christoph Deppisch
-
-
Element Detail
-
value
String[] value
The list of parameter names corresponding with TestNG data provider parameter values. Each parameter name and value is injected to the test case as test variable before execution.
-
-