private static final class Repeater.RepeatStatement extends Repeater.BaseRepeatStatement
| Modifier | Constructor and Description |
|---|---|
private |
RepeatStatement(int times,
org.junit.runners.model.Statement base)
Dedicated constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate() |
assertNoErrors, base, calculateFailedRepetitionPercentage, formatErrors, timesprivate RepeatStatement(int times,
org.junit.runners.model.Statement base)
times - must be greater than 0base - must not be nullpublic void evaluate()
throws Throwable
evaluate in class org.junit.runners.model.StatementThrowableCopyright © 2014 Sven Strittmatter. All Rights Reserved.