public class AfterTestLifecycleEvent extends TestLifecycleEvent
Constructor and Description |
---|
AfterTestLifecycleEvent(java.lang.Object testInstance,
java.lang.reflect.Method testMethod) |
AfterTestLifecycleEvent(java.lang.Object testInstance,
java.lang.reflect.Method testMethod,
LifecycleMethodExecutor executor) |
getExecutor
getTestInstance, getTestMethod
getTestClass
public AfterTestLifecycleEvent(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 AfterTestLifecycleEvent(java.lang.Object testInstance, java.lang.reflect.Method testMethod, LifecycleMethodExecutor executor)
testInstance
- The test case instance being testedtestMethod
- The test method that is about to be executedexecutor
- A call back when the LifecycleMethod represented by this event should be invoked