public class RunBefores extends Statement
Constructor and Description |
---|
RunBefores(Statement next,
java.util.List<FrameworkMethod> befores,
java.lang.Object target) |
Modifier and Type | Method and Description |
---|---|
void |
evaluate()
Run the action, throwing a
Throwable if anything goes wrong. |
public RunBefores(Statement next, java.util.List<FrameworkMethod> befores, java.lang.Object target)