private static class RepeatRule.RepeatStatement
extends org.junit.runners.model.Statement
| Modifier and Type | Field and Description |
|---|---|
private int |
repetitions |
private org.junit.runners.model.Statement |
statement |
| Modifier | Constructor and Description |
|---|---|
private |
RepeatStatement(int repetitions,
org.junit.runners.model.Statement statement) |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate() |