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 classForkingRunListenerEncodes 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 RunListenerForkingReporterFactory. 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 RunListenerReporterFactory. createReporter()Creates a reporter.
-