@Beta @Target(value=METHOD) @Retention(value=RUNTIME) public @interface RepeatUntilFailure
For parameterized features, all parameter sets are repeated.
This extension is only intended to aid in manual testing and debugging.
Modifier and Type | Optional Element and Description |
---|---|
boolean |
ignoreRest
Behaves like
IgnoreRest is applied, skipping all other features. |
int |
maxAttempts
The maximum number of repetitions.
|
public abstract int maxAttempts
public abstract boolean ignoreRest
IgnoreRest
is applied, skipping all other features.