@Retention(RUNTIME)
@Target(FIELD)
public static @interface Parameterized.Parameter
Parameters.
By using directly this annotation, the test class constructor isn't needed.
Index range must start at 0.
Default value is 0.| Modifier and Type | Optional Element | Description |
|---|---|---|
int |
value |
Method that returns the index of the parameter in the array
returned by the method annotated by
Parameters. |