Uses of Interface
org.apache.maven.surefire.api.report.RunListener
Packages that use RunListener
Package
Description
-
Uses of RunListener in org.apache.maven.plugin.surefire.booterclient.output
Methods in org.apache.maven.plugin.surefire.booterclient.output that return RunListenerModifier and TypeMethodDescriptionForkClient.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 -
Uses of RunListener in org.apache.maven.surefire.api.booter
Classes in org.apache.maven.surefire.api.booter that implement RunListenerModifier and TypeClassDescriptionclassEncodes 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.reportModifier and TypeInterfaceDescriptioninterfaceTestReportListener<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 RunListenerModifier and TypeClassDescription(package private) final classThis 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 RunListenerModifier and TypeMethodDescriptionprivate voidJUnit4Provider.executeTestSet(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 RunListenerModifier and TypeClassDescription(package private) final classDeprecated.(package private) classDeprecated.(package private) final classDeprecated. -
Uses of RunListener in org.apache.maven.surefire.testng
Methods in org.apache.maven.surefire.testng that return RunListenerMethods in org.apache.maven.surefire.testng with parameters of type RunListenerModifier and TypeMethodDescriptionprivate static StoppableTestNGExecutor.createStoppable(RunListener reportManager, int skipAfterFailureCount) (package private) final voidTestSuite.finishTestSuite(RunListener reporterManager) (package private) final voidTestSuite.startTestSuite(RunListener reporterManager)