Annotation Interface ExampleName


@Target(PARAMETER) @Retention(RUNTIME) public @interface ExampleName
Marks a String parameter in methods annotated with BeforeExample or AfterExample to indicate that the parameter is to be populated with the name of the example.
Since:
2.0.0
See Also: