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 NotifierNotifier.addListeners(Collection<org.junit.runner.notification.RunListener> given) final NotifierNotifier.addListeners(org.junit.runner.notification.RunListener... given) static NotifierNotifier.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 voidJUnit4Provider.execute(Class<?> testClass, Notifier notifier, org.junit.runner.manipulation.Filter filter) private voidJUnit4Provider.executeTestSet(Class<?> clazz, RunListener reporter, Notifier notifier) private voidJUnit4Provider.executeWithRerun(Class<?> clazz, Notifier notifier) private voidJUnit4Provider.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 NotifierJUnitCore.notifierprivate final NotifierJUnitCoreWrapper.notifierMethods in org.apache.maven.surefire.junitcore with parameters of type NotifierModifier and TypeMethodDescriptionprivate JUnitCoreWrapper.JUnitCoreJUnitCoreWrapper.createJUnitCore(Notifier notifier, Collection<org.junit.runner.notification.RunListener> listeners) private voidJUnitCoreProvider.registerPleaseStopJUnitListener(Notifier stoppable) Constructors in org.apache.maven.surefire.junitcore with parameters of type NotifierModifierConstructorDescription(package private)(package private)JUnitCoreWrapper(Notifier notifier, JUnitCoreParameters jUnitCoreParameters, ConsoleStream consoleStream)