Package org.junit.rules
Class RunRules
- java.lang.Object
-
- org.junit.runners.model.Statement
-
- org.junit.rules.RunRules
-
-
Constructor Summary
Constructors Constructor Description RunRules(Statement base, java.lang.Iterable<TestRule> rules, Description description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
evaluate()
Run the action, throwing aThrowable
if anything goes wrong.
-
-
-
Constructor Detail
-
RunRules
public RunRules(Statement base, java.lang.Iterable<TestRule> rules, Description description)
-
-