Annotation Type Parameters
-
@Retention(RUNTIME) @Target(METHOD) public @interface Parameters
The annotation is used to replace Parameterized.Parameters(Junit4) for Junit 5 parameterized tests.
-
-
Element Detail
-
name
String name
- Default:
- "{index}"
-
-