Class AfterTestLifecycleEvent

    • Constructor Detail

      • AfterTestLifecycleEvent

        public AfterTestLifecycleEvent​(Object testInstance,
                                       Method testMethod)
        Parameters:
        testInstance - The test case instance being tested
        testMethod - The test method that is about to be executed
      • AfterTestLifecycleEvent

        public AfterTestLifecycleEvent​(Object testInstance,
                                       Method testMethod,
                                       LifecycleMethodExecutor executor)
        Parameters:
        testInstance - The test case instance being tested
        testMethod - The test method that is about to be executed
        executor - A call back when the LifecycleMethod represented by this event should be invoked