Class TapestryIOCJUnit4ClassRunner.RegistryManagerRunNotifier

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addFirstListener​(org.junit.runner.notification.RunListener listener)  
      void addListener​(org.junit.runner.notification.RunListener listener)  
      void fireTestAssumptionFailed​(org.junit.runner.notification.Failure failure)  
      void fireTestFailure​(org.junit.runner.notification.Failure failure)  
      void fireTestFinished​(org.junit.runner.Description description)  
      void fireTestIgnored​(org.junit.runner.Description description)  
      void fireTestRunFinished​(org.junit.runner.Result result)  
      void fireTestRunStarted​(org.junit.runner.Description description)  
      void fireTestStarted​(org.junit.runner.Description description)  
      void pleaseStop()  
      void removeListener​(org.junit.runner.notification.RunListener listener)  
      • Methods inherited from class org.junit.runner.notification.RunNotifier

        fireTestSuiteFinished, fireTestSuiteStarted
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • addListener

        public void addListener​(org.junit.runner.notification.RunListener listener)
        Overrides:
        addListener in class org.junit.runner.notification.RunNotifier
      • removeListener

        public void removeListener​(org.junit.runner.notification.RunListener listener)
        Overrides:
        removeListener in class org.junit.runner.notification.RunNotifier
      • fireTestRunStarted

        public void fireTestRunStarted​(org.junit.runner.Description description)
        Overrides:
        fireTestRunStarted in class org.junit.runner.notification.RunNotifier
      • fireTestRunFinished

        public void fireTestRunFinished​(org.junit.runner.Result result)
        Overrides:
        fireTestRunFinished in class org.junit.runner.notification.RunNotifier
      • fireTestStarted

        public void fireTestStarted​(org.junit.runner.Description description)
                             throws org.junit.runner.notification.StoppedByUserException
        Overrides:
        fireTestStarted in class org.junit.runner.notification.RunNotifier
        Throws:
        org.junit.runner.notification.StoppedByUserException
      • fireTestFailure

        public void fireTestFailure​(org.junit.runner.notification.Failure failure)
        Overrides:
        fireTestFailure in class org.junit.runner.notification.RunNotifier
      • fireTestAssumptionFailed

        public void fireTestAssumptionFailed​(org.junit.runner.notification.Failure failure)
        Overrides:
        fireTestAssumptionFailed in class org.junit.runner.notification.RunNotifier
      • fireTestIgnored

        public void fireTestIgnored​(org.junit.runner.Description description)
        Overrides:
        fireTestIgnored in class org.junit.runner.notification.RunNotifier
      • fireTestFinished

        public void fireTestFinished​(org.junit.runner.Description description)
        Overrides:
        fireTestFinished in class org.junit.runner.notification.RunNotifier
      • pleaseStop

        public void pleaseStop()
        Overrides:
        pleaseStop in class org.junit.runner.notification.RunNotifier
      • addFirstListener

        public void addFirstListener​(org.junit.runner.notification.RunListener listener)
        Overrides:
        addFirstListener in class org.junit.runner.notification.RunNotifier