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 classForkingRunListenerEncodes 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 ConsoleOutputReceiverConsoleOutputReceiverForCurrentThread. get()Methods in org.apache.maven.surefire.report with parameters of type ConsoleOutputReceiver Modifier and Type Method Description static voidConsoleOutputReceiverForCurrentThread. set(ConsoleOutputReceiver consoleOutputReceiver)static voidConsoleOutputCapture. startCapture(ConsoleOutputReceiver target)
-