T - usually TestOutputReportEntry or OutputReportEntrypublic interface TestReportListener<T extends OutputReportEntry> extends RunListener, TestOutputReceiver<T>, ConsoleLogger
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.
TestReportListener ensures that the ReportEntries are transferred
from the fork to the plugin.
testAssumptionFailure, testError, testExecutionSkippedByUser, testFailed, testSetCompleted, testSetStarting, testSkipped, testStarting, testSucceededwriteTestOutputdebug, error, error, error, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, warningCopyright © 2004–2025 The Apache Software Foundation. All rights reserved.