Class TestStatusListener


  • public class TestStatusListener
    extends org.junit.runner.notification.RunListener
    • Constructor Detail

      • TestStatusListener

        public TestStatusListener()
    • Method Detail

      • testRunStarted

        public void testRunStarted​(org.junit.runner.Description description)
                            throws Exception
        Overrides:
        testRunStarted in class org.junit.runner.notification.RunListener
        Throws:
        Exception
      • testRunFinished

        public void testRunFinished​(org.junit.runner.Result result)
                             throws Exception
        Overrides:
        testRunFinished in class org.junit.runner.notification.RunListener
        Throws:
        Exception
      • testStarted

        public void testStarted​(org.junit.runner.Description description)
                         throws Exception
        Overrides:
        testStarted in class org.junit.runner.notification.RunListener
        Throws:
        Exception
      • testFinished

        public void testFinished​(org.junit.runner.Description description)
                          throws Exception
        Overrides:
        testFinished in class org.junit.runner.notification.RunListener
        Throws:
        Exception
      • testFailure

        public void testFailure​(org.junit.runner.notification.Failure failure)
                         throws Exception
        Overrides:
        testFailure in class org.junit.runner.notification.RunListener
        Throws:
        Exception
      • testAssumptionFailure

        public void testAssumptionFailure​(org.junit.runner.notification.Failure failure)
        Overrides:
        testAssumptionFailure in class org.junit.runner.notification.RunListener
      • testIgnored

        public void testIgnored​(org.junit.runner.Description description)
                         throws Exception
        Overrides:
        testIgnored in class org.junit.runner.notification.RunListener
        Throws:
        Exception