Package | Description |
---|---|
org.apache.maven.surefire.common.junit4 | |
org.apache.maven.surefire.junit4 | |
org.apache.maven.surefire.junitcore |
Modifier and Type | Method and Description |
---|---|
Notifier |
Notifier.addListeners(java.util.Collection<org.junit.runner.notification.RunListener> given) |
Notifier |
Notifier.addListeners(org.junit.runner.notification.RunListener... given) |
Notifier |
Notifier.asFailFast(boolean failFast) |
static Notifier |
Notifier.pureNotifier() |
Modifier and Type | Method and Description |
---|---|
void |
Notifier.copyListenersTo(Notifier copyTo) |
Modifier and Type | Method and 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) |
Modifier and Type | Field and Description |
---|---|
private Notifier |
JUnitCoreWrapper.notifier |
private Notifier |
JUnitCore.notifier |
Modifier and Type | Method and Description |
---|---|
private JUnitCoreWrapper.JUnitCore |
JUnitCoreWrapper.createJUnitCore(Notifier notifier,
java.util.Collection<org.junit.runner.notification.RunListener> listeners) |
private void |
JUnitCoreProvider.registerPleaseStopJUnitListener(Notifier stoppable) |
Constructor and Description |
---|
JUnitCore(Notifier notifier) |
JUnitCoreWrapper(Notifier notifier,
JUnitCoreParameters jUnitCoreParameters,
ConsoleLogger logger) |