Uses of Interface
org.apache.maven.surefire.api.report.OutputReportEntry
Packages that use OutputReportEntry
Package
Description
-
Uses of OutputReportEntry in org.apache.maven.surefire.api.report
Classes in org.apache.maven.surefire.api.report with type parameters of type OutputReportEntryModifier and TypeInterfaceDescriptioninterface
TestOutputReceiver<T extends OutputReportEntry>
A receiver of stdout/sterr output from running tests.interface
TestReportListener<T extends OutputReportEntry>
This architecture has two sides (forked JVM, plugin JVM) implementing the same interfaceTestReportListener
:Classes in org.apache.maven.surefire.api.report that implement OutputReportEntryModifier and TypeClassDescriptionfinal class
This report entry should be used inTestOutputReceiver.writeTestOutput(OutputReportEntry)
.Fields in org.apache.maven.surefire.api.report with type parameters of type OutputReportEntryModifier and TypeFieldDescriptionprivate final TestOutputReceiver<OutputReportEntry>
ConsoleOutputCapture.ForwardingPrintStream.target
Methods in org.apache.maven.surefire.api.report that return OutputReportEntryMethod parameters in org.apache.maven.surefire.api.report with type arguments of type OutputReportEntryModifier and TypeMethodDescriptionstatic void
ConsoleOutputCapture.startCapture
(TestOutputReceiver<OutputReportEntry> target) Constructors in org.apache.maven.surefire.api.report with parameters of type OutputReportEntryModifierConstructorDescriptionTestOutputReportEntry
(OutputReportEntry reportEntry, RunMode runMode, Long testRunId) Constructor parameters in org.apache.maven.surefire.api.report with type arguments of type OutputReportEntryModifierConstructorDescription(package private)
ForwardingPrintStream
(boolean stdout, TestOutputReceiver<OutputReportEntry> target) -
Uses of OutputReportEntry in org.apache.maven.surefire.common.junit4
Methods in org.apache.maven.surefire.common.junit4 with parameters of type OutputReportEntryModifier and TypeMethodDescriptionvoid
JUnit4RunListener.writeTestOutput
(OutputReportEntry reportEntry) -
Uses of OutputReportEntry in org.apache.maven.surefire.junit
Methods in org.apache.maven.surefire.junit with parameters of type OutputReportEntryModifier and TypeMethodDescriptionvoid
JUnit3Reporter.writeTestOutput
(OutputReportEntry reportEntry) -
Uses of OutputReportEntry in org.apache.maven.surefire.junitplatform
Methods in org.apache.maven.surefire.junitplatform with parameters of type OutputReportEntryModifier and TypeMethodDescriptionvoid
RunListenerAdapter.writeTestOutput
(OutputReportEntry reportEntry) -
Uses of OutputReportEntry in org.apache.maven.surefire.testng
Methods in org.apache.maven.surefire.testng with parameters of type OutputReportEntryModifier and TypeMethodDescriptionvoid
TestNGReporter.writeTestOutput
(OutputReportEntry reportEntry)