Class AssertPostPageStepExecutionInvocationHandler

    • Constructor Detail

      • AssertPostPageStepExecutionInvocationHandler

        public AssertPostPageStepExecutionInvocationHandler()
    • Method Detail

      • handlePostInvoke

        public void handlePostInvoke​(TestStep testStep,
                                     java.lang.Object testInstance)
        Description copied from interface: StepExecutionInvocationHandler
        This method is called after a step is executed successfully. It's possible to throw a RuntimeException in order to mark the step as failed.
        Specified by:
        handlePostInvoke in interface StepExecutionInvocationHandler
        Parameters:
        testStep - the step which has been executed successfully
        testInstance - the test instance which has been used to execute the step