Class OrderedRunNotifier.SafeNotifier

java.lang.Object
com.carrotsearch.ant.tasks.junit4.slave.OrderedRunNotifier.SafeNotifier
Enclosing class:
OrderedRunNotifier

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

    • SafeNotifier

      private SafeNotifier()
  • Method Details

    • run

      void run()
    • run

      void run(boolean reversedOrder)
    • notifyListener

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