Package org.junit.runner.notification
Class RunNotifier.SafeNotifier
- java.lang.Object
-
- org.junit.runner.notification.RunNotifier.SafeNotifier
-
- Enclosing class:
- RunNotifier
private abstract class RunNotifier.SafeNotifier extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<RunListener>
currentListeners
-
Constructor Summary
Constructors Constructor Description SafeNotifier()
SafeNotifier(java.util.List<RunListener> currentListeners)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract void
notifyListener(RunListener each)
(package private) void
run()
-
-
-
Field Detail
-
currentListeners
private final java.util.List<RunListener> currentListeners
-
-
Constructor Detail
-
SafeNotifier
SafeNotifier()
-
SafeNotifier
SafeNotifier(java.util.List<RunListener> currentListeners)
-
-
Method Detail
-
run
void run()
-
notifyListener
protected abstract void notifyListener(RunListener each) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-