Uses of Interface
org.apache.maven.surefire.report.RunListener
-
Packages that use RunListener Package Description org.apache.maven.surefire.booter org.apache.maven.surefire.report -
-
Uses of RunListener in org.apache.maven.surefire.booter
Classes in org.apache.maven.surefire.booter that implement RunListener Modifier and Type Class Description class
ForkingRunListener
Encodes the full output of the test run to the stdout stream.Methods in org.apache.maven.surefire.booter that return RunListener Modifier and Type Method Description RunListener
ForkingReporterFactory. createReporter()
-
Uses of RunListener in org.apache.maven.surefire.report
Methods in org.apache.maven.surefire.report that return RunListener Modifier and Type Method Description RunListener
ReporterFactory. createReporter()
Creates a reporter.
-