Class PrintOutCurrentTestRunListener


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

      • PrintOutCurrentTestRunListener

        public PrintOutCurrentTestRunListener()
    • Method Detail

      • testStarted

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

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

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

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