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