Uses of Class
org.apache.maven.surefire.common.junit4.JUnit4RunListener
Packages that use JUnit4RunListener
-
Uses of JUnit4RunListener in org.apache.maven.surefire.common.junit4
Fields in org.apache.maven.surefire.common.junit4 declared as JUnit4RunListenerConstructors in org.apache.maven.surefire.common.junit4 with parameters of type JUnit4RunListener -
Uses of JUnit4RunListener in org.apache.maven.surefire.junitcore
Subclasses of JUnit4RunListener in org.apache.maven.surefire.junitcoreModifier and TypeClassDescriptionclass
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
A class to be used when there is no JUnit parallelism (methods or/and class).Methods in org.apache.maven.surefire.junitcore that return JUnit4RunListenerModifier and TypeMethodDescriptionprivate JUnit4RunListener
JUnitCoreProvider.createRunListener
(ReporterFactory reporterFactory, ConsoleStream consoleStream)