Package org.junit.rules
Class RunRules
java.lang.Object
org.junit.runners.model.Statement
org.junit.rules.RunRules
Runs a collection of rules on a statement.
- Since:
- 4.9
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
evaluate()
Run the action, throwing aThrowable
if anything goes wrong.