Package org.junit.runners
Annotation Type Parameterized.Parameter
-
@Retention(RUNTIME) @Target(FIELD) public static @interface Parameterized.ParameterAnnotation for fields of the test class which will be initialized by the method annotated byParameters. By using directly this annotation, the test class constructor isn't needed. Index range must start at 0. Default value is 0.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intvalueMethod that returns the index of the parameter in the array returned by the method annotated byParameters.
-