Uses of Interface
org.apache.maven.surefire.api.report.TestOutputReceiver
-
-
Uses of TestOutputReceiver in org.apache.maven.plugin.surefire.booterclient.output
Methods in org.apache.maven.plugin.surefire.booterclient.output that return TestOutputReceiver Modifier and Type Method Description TestOutputReceiver<TestOutputReportEntry>ForkClient. getConsoleOutputReceiver() -
Uses of TestOutputReceiver in org.apache.maven.plugin.surefire.report
Subinterfaces of TestOutputReceiver in org.apache.maven.plugin.surefire.report Modifier and Type Interface Description interfaceTestcycleConsoleOutputReceiverClasses in org.apache.maven.plugin.surefire.report that implement TestOutputReceiver Modifier and Type Class Description classConsoleOutputFileReporterSurefire output consumer proxy that writes test output to aFilefor each test suite.classDirectConsoleOutputOutputs test system out/system err directly to the console
Just a step on the road to getting the separation of reporting concerns operating properly.classNullConsoleOutputReceiverTestcycleConsoleOutputReceiver doing nothing rather than using null.classTestSetRunListenerReports 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 TestOutputReceiver Modifier and Type Class Description classForkingRunListenerEncodes 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.report Modifier and Type Interface Description interfaceTestReportListener<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 TestOutputReceiver Modifier and Type Field Description private TestOutputReceiver<OutputReportEntry>ConsoleOutputCapture.ForwardingPrintStream. targetFields in org.apache.maven.surefire.api.report with type parameters of type TestOutputReceiver Modifier and Type Field Description private static java.lang.ThreadLocal<TestOutputReceiver>ConsoleOutputReceiverForCurrentThread. CURRENTMethods in org.apache.maven.surefire.api.report that return TestOutputReceiver Modifier and Type Method Description static TestOutputReceiverConsoleOutputReceiverForCurrentThread. get()Methods in org.apache.maven.surefire.api.report with parameters of type TestOutputReceiver Modifier and Type Method Description static voidConsoleOutputReceiverForCurrentThread. set(TestOutputReceiver testOutputReceiver)static voidConsoleOutputCapture. startCapture(TestOutputReceiver<OutputReportEntry> target)Constructors in org.apache.maven.surefire.api.report with parameters of type TestOutputReceiver Constructor Description 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 TestOutputReceiver Modifier and Type Class Description classJUnit4RunListenerRunListener 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 TestOutputReceiver Modifier and Type Class Description (package private) classJUnit3ReporterThis 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 TestOutputReceiver Modifier and Type Class Description (package private) classClassesParallelRunListenerDeprecated.(package private) classConcurrentRunListenerDeprecated.(package private) classJUnitCoreRunListenerNoteworthy 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) classMethodsParallelRunListenerDeprecated.(package private) classNonConcurrentRunListenerDeprecated.(package private) classTestMethodDeprecated.Methods in org.apache.maven.surefire.junitcore with parameters of type TestOutputReceiver Modifier and Type Method Description (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 Modifier and Type Class Description (package private) classRunListenerAdapter -
Uses of TestOutputReceiver in org.apache.maven.surefire.testng
Classes in org.apache.maven.surefire.testng that implement TestOutputReceiver Modifier and Type Class Description classConfigurationAwareTestNGReporterJust like TestNGReporter, but explicitly implements IResultListener; this interface is new in TestNG 5.5classTestNGReporterListens for and provides and adaptor layer so that TestNG tests can report their status to the currentRunListener.
-