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 RunListener
ForkClient. 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 class
TestSetRunListener
Reports 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 class
ForkingRunListener
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.report Modifier and Type Interface Description interface
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 RunListener Modifier and Type Class Description (package private) class
JUnit3Reporter
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 RunListener Modifier and Type Method Description private void
JUnit4Provider. 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) class
ClassesParallelRunListener
Deprecated.(package private) class
ConcurrentRunListener
Deprecated.(package private) class
MethodsParallelRunListener
Deprecated. -
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 RunListener
TestNGReporter. getRunListener()
Methods in org.apache.maven.surefire.testng with parameters of type RunListener Modifier and Type Method Description private static Stoppable
TestNGExecutor. createStoppable(RunListener reportManager, int skipAfterFailureCount)
(package private) void
TestSuite. finishTestSuite(RunListener reporterManager)
(package private) void
TestSuite. startTestSuite(RunListener reporterManager)
-