Class OrderedRunNotifier.SafeNotifier
- java.lang.Object
-
- com.carrotsearch.ant.tasks.junit4.slave.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)
-