Interface EUnitTestListener

    • Field Detail

    • Method Detail

      • beforeCase

        void beforeCase​(EUnitModule module,
                        EUnitTest test)
        Notification sent before running a test case.
        Parameters:
        module - EUnit module under execution.
        test - Description of the test case: its result has not been set yet.
      • afterCase

        void afterCase​(EUnitModule module,
                       EUnitTest test)
        Notification sent after running a test case.
        Parameters:
        module - EUnit module under execution.
        test - Test case, with its result set.