Uses of Class
org.apache.maven.surefire.common.junit4.Notifier
Packages that use Notifier
Package
Description
-
Uses of Notifier in org.apache.maven.surefire.common.junit4
Methods in org.apache.maven.surefire.common.junit4 that return NotifierModifier and TypeMethodDescriptionfinal Notifier
Notifier.addListeners
(Collection<org.junit.runner.notification.RunListener> given) final Notifier
Notifier.addListeners
(org.junit.runner.notification.RunListener... given) static Notifier
Notifier.pureNotifier()
Methods in org.apache.maven.surefire.common.junit4 with parameters of type Notifier -
Uses of Notifier in org.apache.maven.surefire.junit4
Methods in org.apache.maven.surefire.junit4 with parameters of type NotifierModifier and TypeMethodDescriptionprivate static void
JUnit4Provider.execute
(Class<?> testClass, Notifier notifier, org.junit.runner.manipulation.Filter filter) private void
JUnit4Provider.executeTestSet
(Class<?> clazz, RunListener reporter, Notifier notifier, RunModeSetter runMode) private void
JUnit4Provider.executeWithRerun
(Class<?> clazz, Notifier notifier, RunModeSetter runMode) private void
JUnit4Provider.registerPleaseStopJUnitListener
(Notifier notifier) -
Uses of Notifier in org.apache.maven.surefire.junitcore
Fields in org.apache.maven.surefire.junitcore declared as NotifierModifier and TypeFieldDescriptionprivate final Notifier
JUnitCore.notifier
private final Notifier
JUnitCoreWrapper.notifier
Methods in org.apache.maven.surefire.junitcore with parameters of type NotifierModifier and TypeMethodDescriptionprivate JUnitCoreWrapper.JUnitCore
JUnitCoreWrapper.createJUnitCore
(Notifier notifier, Collection<org.junit.runner.notification.RunListener> listeners) private void
JUnitCoreProvider.registerPleaseStopJUnitListener
(Notifier stoppable) Constructors in org.apache.maven.surefire.junitcore with parameters of type NotifierModifierConstructorDescription(package private)
(package private)
JUnitCoreWrapper
(Notifier notifier, JUnitCoreParameters jUnitCoreParameters, ConsoleLogger consoleStream)