Uses of Class
org.apache.maven.surefire.common.junit4.JUnit4RunListener
-
Packages that use JUnit4RunListener Package Description org.apache.maven.surefire.common.junit4 org.apache.maven.surefire.junitcore -
-
Uses of JUnit4RunListener in org.apache.maven.surefire.common.junit4
Fields in org.apache.maven.surefire.common.junit4 declared as JUnit4RunListener Modifier and Type Field Description private JUnit4RunListener
Notifier. reporter
Constructors in org.apache.maven.surefire.common.junit4 with parameters of type JUnit4RunListener Constructor Description Notifier(JUnit4RunListener reporter, int skipAfterFailureCount)
-
Uses of JUnit4RunListener in org.apache.maven.surefire.junitcore
Subclasses of JUnit4RunListener in org.apache.maven.surefire.junitcore Modifier and Type Class 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).Methods in org.apache.maven.surefire.junitcore that return JUnit4RunListener Modifier and Type Method Description private JUnit4RunListener
JUnitCoreProvider. createRunListener(ReporterFactory reporterFactory, ConsoleStream consoleStream)
-