Uses of Class
org.apache.maven.surefire.common.junit4.Notifier
-
Packages that use Notifier Package Description org.apache.maven.surefire.common.junit4 org.apache.maven.surefire.junit4 org.apache.maven.surefire.junitcore -
-
Uses of Notifier in org.apache.maven.surefire.common.junit4
Methods in org.apache.maven.surefire.common.junit4 that return Notifier Modifier and Type Method Description NotifierNotifier. addListeners(java.util.Collection<org.junit.runner.notification.RunListener> given)NotifierNotifier. addListeners(org.junit.runner.notification.RunListener... given)static NotifierNotifier. pureNotifier()Methods in org.apache.maven.surefire.common.junit4 with parameters of type Notifier Modifier and Type Method Description voidNotifier. copyListenersTo(Notifier copyTo) -
Uses of Notifier in org.apache.maven.surefire.junit4
Methods in org.apache.maven.surefire.junit4 with parameters of type Notifier Modifier and Type Method Description private static voidJUnit4Provider. execute(java.lang.Class<?> testClass, Notifier notifier, org.junit.runner.manipulation.Filter filter)private voidJUnit4Provider. executeTestSet(java.lang.Class<?> clazz, RunListener reporter, Notifier notifier)private voidJUnit4Provider. executeWithRerun(java.lang.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 Notifier Modifier and Type Field Description private NotifierJUnitCore. notifierprivate NotifierJUnitCoreWrapper. notifierMethods in org.apache.maven.surefire.junitcore with parameters of type Notifier Modifier and Type Method Description private JUnitCoreWrapper.JUnitCoreJUnitCoreWrapper. createJUnitCore(Notifier notifier, java.util.Collection<org.junit.runner.notification.RunListener> listeners)private voidJUnitCoreProvider. registerPleaseStopJUnitListener(Notifier stoppable)Constructors in org.apache.maven.surefire.junitcore with parameters of type Notifier Constructor Description JUnitCore(Notifier notifier)JUnitCoreWrapper(Notifier notifier, JUnitCoreParameters jUnitCoreParameters, ConsoleStream consoleStream)
-