Interface TestActionListener


  • public interface TestActionListener
    Listener invoked on test action execution with success and failure.
    Since:
    1.3
    Author:
    Christoph Deppisch
    • Method Detail

      • onTestActionStart

        void onTestActionStart​(TestCase testCase,
                               TestAction testAction)
        Invoked when test gets started
        Parameters:
        testCase -
        testAction -
      • onTestActionFinish

        void onTestActionFinish​(TestCase testCase,
                                TestAction testAction)
        Invoked when test gets finished
        Parameters:
        testAction -
      • onTestActionSkipped

        void onTestActionSkipped​(TestCase testCase,
                                 TestAction testAction)
        Invoked when test is skipped
        Parameters:
        testAction -