Uses of Interface
org.apache.maven.surefire.report.ConsoleOutputReceiver
-
Packages that use ConsoleOutputReceiver Package Description org.apache.maven.surefire.booter org.apache.maven.surefire.report -
-
Uses of ConsoleOutputReceiver in org.apache.maven.surefire.booter
Classes in org.apache.maven.surefire.booter that implement ConsoleOutputReceiver Modifier and Type Class Description class
ForkingRunListener
Encodes the full output of the test run to the stdout stream. -
Uses of ConsoleOutputReceiver in org.apache.maven.surefire.report
Methods in org.apache.maven.surefire.report that return ConsoleOutputReceiver Modifier and Type Method Description static ConsoleOutputReceiver
ConsoleOutputReceiverForCurrentThread. get()
Methods in org.apache.maven.surefire.report with parameters of type ConsoleOutputReceiver Modifier and Type Method Description static void
ConsoleOutputReceiverForCurrentThread. set(ConsoleOutputReceiver consoleOutputReceiver)
static void
ConsoleOutputCapture. startCapture(ConsoleOutputReceiver target)
-