Package org.eclipse.jgit.junit
Annotation Type Repeat
Annotation enabling to run tests repeatedly
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Whether to abort execution on first test failure
-
Element Details
-
n
int nNumber of repetitions -
abortOnFailure
boolean abortOnFailureWhether to abort execution on first test failure- Returns:
true
if execution should be aborted on the first failure, otherwise count failures and continue execution- Since:
- 5.1.9
- Default:
true
-