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 TypeClassDescription(package private) final class
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.(package private) class
Deprecated.Methods in org.apache.maven.surefire.junitcore that return JUnit4RunListenerModifier and TypeMethodDescriptionprivate JUnit4RunListener
JUnitCoreProvider.createRunListener
(ReporterFactory reporterFactory)