| Class | Description |
|---|---|
| Parameterized |
The custom runner
Parameterized implements parameterized tests. |
| Annotation Type | Description |
|---|---|
| Parameterized.Parameter |
Annotation for fields of the test class which will be initialized by the
method annoted by
ParametersBy using directly this annotation, the test class constructor isn't needed. Index range must start at 0. |
| Parameterized.Parameters |
Annotation for a method which provides parameters to be injected into the
test class constructor by
Parameterized |