Interface TestReportListener<T extends OutputReportEntry>
- Type Parameters:
T- usuallyTestOutputReportEntryorOutputReportEntry
- All Superinterfaces:
ConsoleLogger,RunListener,TestOutputReceiver<T>
- All Known Implementing Classes:
ForkingRunListener
public interface TestReportListener<T extends OutputReportEntry>
extends RunListener, TestOutputReceiver<T>, ConsoleLogger
This architecture has two sides (forked JVM, plugin JVM) implementing the same interface
The serialization of data in
Note: The adapters in the module surefire-junit47 are temporal and will be removed after we have fixed the SUREFIRE-1860 and XML reporter in SUREFIRE-1643. The adapters are a workaround of a real fix in both Jira issues.
TestReportListener:
1. publisher - surefire fork JVM:Both implementations ofForkingRunListenerregistered inSurefireProvider2. consumer - plugin JVM:TestSetRunListenerregistered in theForkClient
TestReportListener, i.e.
ForkingRunListener and TestSetRunListener
are decorators. They are used as delegators in interface adapters, see the implementations of
JUnit's RunListener RunListener-s.
The serialization of data in
TestReportListener ensures that the ReportEntries are transferred
from the fork to the plugin.
Note: The adapters in the module surefire-junit47 are temporal and will be removed after we have fixed the SUREFIRE-1860 and XML reporter in SUREFIRE-1643. The adapters are a workaround of a real fix in both Jira issues.
-
Method Summary
Methods inherited from interface org.apache.maven.plugin.surefire.log.api.ConsoleLogger
debug, error, error, error, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, warningMethods inherited from interface org.apache.maven.surefire.api.report.RunListener
testAssumptionFailure, testError, testExecutionSkippedByUser, testFailed, testSetCompleted, testSetStarting, testSkipped, testStarting, testSucceededMethods inherited from interface org.apache.maven.surefire.api.report.TestOutputReceiver
writeTestOutput