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 Notifier
Notifier. addListeners(java.util.Collection<org.junit.runner.notification.RunListener> given)
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 Modifier and Type Method Description void
Notifier. 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 void
JUnit4Provider. execute(java.lang.Class<?> testClass, Notifier notifier, org.junit.runner.manipulation.Filter filter)
private void
JUnit4Provider. executeTestSet(java.lang.Class<?> clazz, RunListener reporter, Notifier notifier)
private void
JUnit4Provider. executeWithRerun(java.lang.Class<?> clazz, Notifier notifier)
private void
JUnit4Provider. 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 Notifier
JUnitCore. notifier
private Notifier
JUnitCoreWrapper. notifier
Methods in org.apache.maven.surefire.junitcore with parameters of type Notifier Modifier and Type Method Description private JUnitCoreWrapper.JUnitCore
JUnitCoreWrapper. createJUnitCore(Notifier notifier, java.util.Collection<org.junit.runner.notification.RunListener> listeners)
private void
JUnitCoreProvider. 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)
-