Package | Description |
---|---|
org.apache.maven.surefire.common.junit4 | |
org.apache.maven.surefire.junitcore |
Modifier and Type | Field and Description |
---|---|
private JUnit4RunListener |
Notifier.reporter |
Constructor and Description |
---|
Notifier(JUnit4RunListener reporter,
int skipAfterFailureCount) |
Modifier and Type | Class and Description |
---|---|
class |
JUnitCoreRunListener
Noteworthy things about JUnit4 listening:
A class that is annotated with @Ignore will have one invocation of "testSkipped" with source==name A method that is annotated with @Ignore will have a invocation of testSkipped with source and name distinct Methods annotated with @Ignore trigger no further events. |
class |
NonConcurrentRunListener
A class to be used when there is no JUnit parallelism (methods or/and class).
|
Modifier and Type | Method and Description |
---|---|
private JUnit4RunListener |
JUnitCoreProvider.createRunListener(ReporterFactory reporterFactory,
ConsoleStream consoleStream) |