@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 . |
int value
Parameters
.
Index range must start at 0.
Default value is 0.Copyright © 2002–2018 JUnit. All rights reserved.