Class OrderedRunNotifier.SafeNotifier

  • Enclosing class:
    OrderedRunNotifier

    private abstract class OrderedRunNotifier.SafeNotifier
    extends java.lang.Object
    Notify listeners in the requested order
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SafeNotifier()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract void notifyListener​(org.junit.runner.notification.RunListener each)  
      (package private) void run()  
      (package private) void run​(boolean reversedOrder)  
      • Methods inherited from class java.lang.Object

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

      • SafeNotifier

        private SafeNotifier()
    • Method Detail

      • run

        void run()
      • run

        void run​(boolean reversedOrder)
      • notifyListener

        protected abstract void notifyListener​(org.junit.runner.notification.RunListener each)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception