public class RunRules extends Statement
Constructor and Description |
---|
RunRules(Statement base,
java.lang.Iterable<TestRule> rules,
Description description) |
Modifier and Type | Method and Description |
---|---|
void |
evaluate()
Run the action, throwing a
Throwable if anything goes wrong. |
public RunRules(Statement base, java.lang.Iterable<TestRule> rules, Description description)