Uses of Interface
org.apache.maven.surefire.api.report.TestOutputReceiver
Packages that use TestOutputReceiver
Package
Description
-
Uses of TestOutputReceiver in org.apache.maven.plugin.surefire.booterclient.output
Methods in org.apache.maven.plugin.surefire.booterclient.output that return TestOutputReceiver -
Uses of TestOutputReceiver in org.apache.maven.plugin.surefire.report
Subinterfaces of TestOutputReceiver in org.apache.maven.plugin.surefire.reportClasses in org.apache.maven.plugin.surefire.report that implement TestOutputReceiverModifier and TypeClassDescriptionclass
Surefire output consumer proxy that writes test output to aFile
for each test suite.class
Outputs test system out/system err directly to the console
Just a step on the road to getting the separation of reporting concerns operating properly.class
TestcycleConsoleOutputReceiver doing nothing rather than using null.class
Reports data for a single test set. -
Uses of TestOutputReceiver in org.apache.maven.surefire.api.booter
Classes in org.apache.maven.surefire.api.booter that implement TestOutputReceiverModifier and TypeClassDescriptionclass
Encodes the full output of the test run to the "target". -
Uses of TestOutputReceiver in org.apache.maven.surefire.api.report
Subinterfaces of TestOutputReceiver 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
:Fields in org.apache.maven.surefire.api.report declared as TestOutputReceiverModifier and TypeFieldDescriptionprivate final TestOutputReceiver<OutputReportEntry>
ConsoleOutputCapture.ForwardingPrintStream.target
Fields in org.apache.maven.surefire.api.report with type parameters of type TestOutputReceiverModifier and TypeFieldDescriptionprivate static final ThreadLocal<TestOutputReceiver>
ConsoleOutputReceiverForCurrentThread.CURRENT
Methods in org.apache.maven.surefire.api.report that return TestOutputReceiverModifier and TypeMethodDescriptionstatic TestOutputReceiver
ConsoleOutputReceiverForCurrentThread.get()
Methods in org.apache.maven.surefire.api.report with parameters of type TestOutputReceiverModifier and TypeMethodDescriptionstatic void
ConsoleOutputReceiverForCurrentThread.set
(TestOutputReceiver testOutputReceiver) static void
ConsoleOutputCapture.startCapture
(TestOutputReceiver<OutputReportEntry> target) Constructors in org.apache.maven.surefire.api.report with parameters of type TestOutputReceiverModifierConstructorDescription(package private)
ForwardingPrintStream
(boolean stdout, TestOutputReceiver<OutputReportEntry> target) -
Uses of TestOutputReceiver in org.apache.maven.surefire.common.junit4
Classes in org.apache.maven.surefire.common.junit4 that implement TestOutputReceiverModifier and TypeClassDescriptionclass
RunListener for JUnit4, delegates to our own RunListener -
Uses of TestOutputReceiver in org.apache.maven.surefire.junit
Classes in org.apache.maven.surefire.junit that implement TestOutputReceiverModifier and TypeClassDescription(package private) final class
This implementation ofRunListener
handlesOutputReportEntry
in theoutput receiver
, downcasting toTestOutputReportEntry
, and delegates the report entry to theTestReportListener
. -
Uses of TestOutputReceiver in org.apache.maven.surefire.junitcore
Classes in org.apache.maven.surefire.junitcore that implement TestOutputReceiverModifier and TypeClassDescription(package private) final class
Deprecated.(package private) class
Deprecated.(package private) final class
Noteworthy things about JUnit4 listening:
A class that is annotated with @Ignore will have one invocation of "testSkipped" with source==name A method that is annotated with @Ignore will have a invocation of testSkipped with source and name distinct Methods annotated with @Ignore trigger no further events.(package private) final class
Deprecated.(package private) class
Deprecated.(package private) class
Deprecated.Methods in org.apache.maven.surefire.junitcore with parameters of type TestOutputReceiverModifier and TypeMethodDescription(package private) void
LogicalStream.writeDetails
(TestOutputReceiver<TestOutputReportEntry> outputReceiver) Deprecated. -
Uses of TestOutputReceiver in org.apache.maven.surefire.junitplatform
Classes in org.apache.maven.surefire.junitplatform that implement TestOutputReceiver -
Uses of TestOutputReceiver in org.apache.maven.surefire.testng
Classes in org.apache.maven.surefire.testng that implement TestOutputReceiverModifier and TypeClassDescriptionclass
Just like TestNGReporter, but explicitly implements IResultListener; this interface is new in TestNG 5.5class
Listens for and provides and adaptor layer so that TestNG tests can report their status to the currentRunListener
.