@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Repeat
Note that the scope of execution to be repeated includes execution of the test method itself as well as any set up or tear down of the test fixture.
Modifier and Type | Optional Element and Description |
---|---|
int |
value |