
public class After extends AfterTestLifecycleEvent
| Constructor and Description |
|---|
After(Object testInstance,
Method testMethod) |
After(Object testInstance,
Method testMethod,
LifecycleMethodExecutor executor) |
getExecutorgetTestInstance, getTestMethodgetTestClasspublic After(Object testInstance, Method testMethod)
testInstance - The test case instance being testedtestMethod - The test method that is about to be executedpublic After(Object testInstance, Method testMethod, LifecycleMethodExecutor executor)
testInstance - The test case instance being testedtestMethod - The test method that was executedexecutor - A call back when the LifecycleMethod represented by this event should be invokedCopyright © 2020 JBoss by Red Hat. All rights reserved.