|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=FIELD) public static @interface Parameterized.Parameter
Annotation for fields of the test class which will be initialized by the
method annotated by Parameters
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 | |
---|---|
int |
value
Method that returns the index of the parameter in the array returned by the method annotated by Parameters .Index range must start at 0. |
public abstract int value
Parameters
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |