@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Repeat
Modifier and Type | Required Element and Description |
---|---|
int |
n
Number of repetitions
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
abortOnFailure
Whether to abort execution on first test failure
|