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