public class RepeatRule
extends java.lang.Object
implements org.junit.rules.TestRule, java.io.Serializable
TestRule,
Description,
Statement,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected static int |
DEFAULT_REPETITIONS |
| Constructor and Description |
|---|
RepeatRule() |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement statement,
org.junit.runner.Description description) |
protected void |
evaluate(org.junit.runners.model.Statement statement,
org.junit.runner.Description description) |
protected static final int DEFAULT_REPETITIONS
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement,
org.junit.runner.Description description)
apply in interface org.junit.rules.TestRuleprotected void evaluate(org.junit.runners.model.Statement statement,
org.junit.runner.Description description)
throws java.lang.Throwable
java.lang.Throwable