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 TypeClassDescriptionclass
Encodes 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 TypeInterfaceDescriptioninterface
TestReportListener<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 class
This implementation ofRunListener
handlesOutputReportEntry
in 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 void
JUnit4Provider.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 class
Deprecated.(package private) class
Deprecated.(package private) final class
Deprecated. -
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 Stoppable
TestNGExecutor.createStoppable
(RunListener reportManager, int skipAfterFailureCount) (package private) final void
TestSuite.finishTestSuite
(RunListener reporterManager) (package private) final void
TestSuite.startTestSuite
(RunListener reporterManager)