|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.junit.runners.model.Statement
org.junit.rules.RunRules
public class RunRules
Runs a collection of rules on a statement.
Constructor Summary | |
---|---|
RunRules(Statement base,
java.lang.Iterable<TestRule> rules,
Description description)
|
Method Summary | |
---|---|
void |
evaluate()
Run the action, throwing a Throwable if anything goes wrong. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RunRules(Statement base, java.lang.Iterable<TestRule> rules, Description description)
Method Detail |
---|
public void evaluate() throws java.lang.Throwable
Statement
Throwable
if anything goes wrong.
evaluate
in class Statement
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |