Uses of Interface
org.apache.maven.surefire.api.report.TestOutputReceiver
-
Packages that use TestOutputReceiver Package Description org.apache.maven.surefire.api.booter org.apache.maven.surefire.api.report -
-
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:Methods 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)
-