Uses of Interface
org.apache.maven.surefire.api.report.RunListener
-
-
Uses of RunListener in org.apache.maven.plugin.surefire.booterclient.output
Methods in org.apache.maven.plugin.surefire.booterclient.output that return RunListener Modifier and Type Method Description RunListenerForkClient. getReporter()Used when getting reporters on the plugin side of a fork. -
Uses of RunListener in org.apache.maven.plugin.surefire.report
Classes in org.apache.maven.plugin.surefire.report that implement RunListener Modifier and Type Class Description classTestSetRunListenerReports data for a single test set. -
Uses of RunListener in org.apache.maven.surefire.api.booter
Classes in org.apache.maven.surefire.api.booter that implement RunListener Modifier and Type Class Description classForkingRunListenerEncodes the full output of the test run to the "target". -
Uses of RunListener in org.apache.maven.surefire.api.report
Subinterfaces of RunListener in org.apache.maven.surefire.api.report Modifier and Type Interface Description interfaceTestReportListener<T extends OutputReportEntry>This architecture has two sides (forked JVM, plugin JVM) implementing the same interfaceTestReportListener: -
Uses of RunListener in org.apache.maven.surefire.junit
Classes in org.apache.maven.surefire.junit that implement RunListener Modifier and Type Class Description (package private) classJUnit3ReporterThis implementation ofRunListenerhandlesOutputReportEntryin theoutput receiver, downcasting toTestOutputReportEntry, and delegates the report entry to theTestReportListener. -
Uses of RunListener in org.apache.maven.surefire.junit4
Methods in org.apache.maven.surefire.junit4 with parameters of type RunListener Modifier and Type Method Description private voidJUnit4Provider. executeTestSet(java.lang.Class<?> clazz, RunListener reporter, Notifier notifier, RunModeSetter runMode) -
Uses of RunListener in org.apache.maven.surefire.junitcore
Classes in org.apache.maven.surefire.junitcore that implement RunListener Modifier and Type Class Description (package private) classClassesParallelRunListenerDeprecated.(package private) classConcurrentRunListenerDeprecated.(package private) classMethodsParallelRunListenerDeprecated. -
Uses of RunListener in org.apache.maven.surefire.testng
Methods in org.apache.maven.surefire.testng that return RunListener Modifier and Type Method Description protected RunListenerTestNGReporter. getRunListener()Methods in org.apache.maven.surefire.testng with parameters of type RunListener Modifier and Type Method Description private static StoppableTestNGExecutor. createStoppable(RunListener reportManager, int skipAfterFailureCount)(package private) voidTestSuite. finishTestSuite(RunListener reporterManager)(package private) voidTestSuite. startTestSuite(RunListener reporterManager)
-