Package org.eclipse.jgit.junit
Class RepeatRule.RepeatStatement
- java.lang.Object
-
- org.junit.runners.model.Statement
-
- org.eclipse.jgit.junit.RepeatRule.RepeatStatement
-
- Enclosing class:
- RepeatRule
private static class RepeatRule.RepeatStatement extends org.junit.runners.model.Statement
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
abortOnFailure
private int
repetitions
private org.junit.runners.model.Statement
statement
-
Constructor Summary
Constructors Modifier Constructor Description private
RepeatStatement(int repetitions, boolean abortOnFailure, org.junit.runners.model.Statement statement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
evaluate()
-