public class RunAfters extends Statement
Constructor and Description |
---|
RunAfters(Statement next,
List<FrameworkMethod> afters,
Object target) |
Modifier and Type | Method and Description |
---|---|
void |
evaluate()
Run the action, throwing a
Throwable if anything goes wrong. |
public RunAfters(Statement next, List<FrameworkMethod> afters, Object target)
Copyright © 2002–2021 JUnit. All rights reserved.