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 TypeClassDescriptionclassSurefire output consumer proxy that writes test output to aFilefor each test suite.classOutputs test system out/system err directly to the console
Just a step on the road to getting the separation of reporting concerns operating properly.classTestcycleConsoleOutputReceiver doing nothing rather than using null.classReports 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 TypeClassDescriptionclassEncodes 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 TypeInterfaceDescriptioninterfaceTestReportListener<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.targetFields in org.apache.maven.surefire.api.report with type parameters of type TestOutputReceiverModifier and TypeFieldDescriptionprivate static final ThreadLocal<TestOutputReceiver>ConsoleOutputReceiverForCurrentThread.CURRENTMethods in org.apache.maven.surefire.api.report that return TestOutputReceiverModifier and TypeMethodDescriptionstatic TestOutputReceiverConsoleOutputReceiverForCurrentThread.get()Methods in org.apache.maven.surefire.api.report with parameters of type TestOutputReceiverModifier and TypeMethodDescriptionstatic voidConsoleOutputReceiverForCurrentThread.set(TestOutputReceiver testOutputReceiver) static voidConsoleOutputCapture.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 TypeClassDescriptionclassRunListener 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 classThis implementation ofRunListenerhandlesOutputReportEntryin 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 classDeprecated.(package private) classDeprecated.(package private) final classNoteworthy 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 classDeprecated.(package private) classDeprecated.(package private) classDeprecated.Methods in org.apache.maven.surefire.junitcore with parameters of type TestOutputReceiverModifier and TypeMethodDescription(package private) voidLogicalStream.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 TypeClassDescriptionclassJust like TestNGReporter, but explicitly implements IResultListener; this interface is new in TestNG 5.5classListens for and provides and adaptor layer so that TestNG tests can report their status to the currentRunListener.