Class JUnitProgressReporter


  • public class JUnitProgressReporter
    extends org.junit.runner.notification.RunListener
    Reports failures immediately.
    Author:
    Ullrich Hafner
    • Constructor Detail

      • JUnitProgressReporter

        public JUnitProgressReporter()
    • Method Detail

      • 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