public class RunRules extends Statement
Constructor and Description |
---|
RunRules(Statement base,
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, Iterable<TestRule> rules, Description description)
Copyright © 2002–2015 JUnit. All rights reserved.