public class After extends AfterTestLifecycleEvent
Constructor and Description |
---|
After(java.lang.Object testInstance,
java.lang.reflect.Method testMethod) |
After(java.lang.Object testInstance,
java.lang.reflect.Method testMethod,
LifecycleMethodExecutor executor) |
getExecutor
getTestInstance, getTestMethod
getTestClass
public After(java.lang.Object testInstance, java.lang.reflect.Method testMethod)
testInstance
- The test case instance being testedtestMethod
- The test method that is about to be executedpublic After(java.lang.Object testInstance, java.lang.reflect.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 invoked