Uses of Class
org.junit.runner.notification.RunListener
Packages that use RunListener
Package
Description
Provides classes used to describe, collect, run and analyze multiple tests.
Provides information about a test run.
-
Uses of RunListener in org.junit.experimental.max
Subclasses of RunListener in org.junit.experimental.maxMethods in org.junit.experimental.max that return RunListener -
Uses of RunListener in org.junit.internal
Subclasses of RunListener in org.junit.internal -
Uses of RunListener in org.junit.runner
Subclasses of RunListener in org.junit.runnerMethods in org.junit.runner that return RunListenerMethods in org.junit.runner with parameters of type RunListenerModifier and TypeMethodDescriptionvoid
JUnitCore.addListener
(RunListener listener) Add a listener to be notified as the tests run.void
JUnitCore.removeListener
(RunListener listener) Remove a listener. -
Uses of RunListener in org.junit.runner.notification
Subclasses of RunListener in org.junit.runner.notificationModifier and TypeClassDescription(package private) final class
Thread-safe decorator forRunListener
implementations that synchronizes calls to the delegate.Fields in org.junit.runner.notification declared as RunListenerFields in org.junit.runner.notification with type parameters of type RunListenerModifier and TypeFieldDescriptionprivate final List
<RunListener> RunNotifier.SafeNotifier.currentListeners
private final List
<RunListener> RunNotifier.listeners
Methods in org.junit.runner.notification that return RunListenerModifier and TypeMethodDescription(package private) RunListener
RunNotifier.wrapIfNotThreadSafe
(RunListener listener) Wraps the given listener withSynchronizedRunListener
if it is not annotated withRunListener.ThreadSafe
.Methods in org.junit.runner.notification with parameters of type RunListenerModifier and TypeMethodDescriptionvoid
RunNotifier.addFirstListener
(RunListener listener) Internal use only.void
RunNotifier.addListener
(RunListener listener) Internal use onlyprotected abstract void
RunNotifier.SafeNotifier.notifyListener
(RunListener each) void
RunNotifier.removeListener
(RunListener listener) Internal use only(package private) RunListener
RunNotifier.wrapIfNotThreadSafe
(RunListener listener) Wraps the given listener withSynchronizedRunListener
if it is not annotated withRunListener.ThreadSafe
.Method parameters in org.junit.runner.notification with type arguments of type RunListenerModifier and TypeMethodDescriptionprivate void
RunNotifier.fireTestFailures
(List<RunListener> listeners, List<Failure> failures) Constructors in org.junit.runner.notification with parameters of type RunListenerModifierConstructorDescription(package private)
SynchronizedRunListener
(RunListener listener, Object monitor) Constructor parameters in org.junit.runner.notification with type arguments of type RunListener