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