public class AfterRules extends AfterTestLifecycleEvent
Constructor and Description |
---|
AfterRules(java.lang.Object testInstance,
java.lang.reflect.Method testMethod,
LifecycleMethodExecutor executor) |
getExecutor
getTestInstance, getTestMethod
getTestClass
public AfterRules(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