Uses of Interface
org.apache.maven.surefire.report.ConsoleOutputReceiver
Packages that use ConsoleOutputReceiver
Package
Description
-
Uses of ConsoleOutputReceiver in org.apache.maven.plugin.surefire.booterclient.output
Methods in org.apache.maven.plugin.surefire.booterclient.output that return ConsoleOutputReceiverModifier and TypeMethodDescriptionprivate ConsoleOutputReceiver
ForkClient.getOrCreateConsoleOutputReceiver()
-
Uses of ConsoleOutputReceiver in org.apache.maven.plugin.surefire.report
Subinterfaces of ConsoleOutputReceiver in org.apache.maven.plugin.surefire.reportClasses in org.apache.maven.plugin.surefire.report that implement ConsoleOutputReceiverModifier and TypeClassDescriptionclass
Surefire output consumer proxy that writes test output to aFile
for each test suite.class
Outputs test system out/system err directly to the console
Just a step on the road to getting the separation of reporting concerns operating properly.class
TestcycleConsoleOutputReceiver doing nothing rather than using null.class
Reports data for a single test set. -
Uses of ConsoleOutputReceiver in org.apache.maven.surefire.booter
Classes in org.apache.maven.surefire.booter that implement ConsoleOutputReceiverModifier and TypeClassDescriptionclass
Encodes the full output of the test run to the stdout stream. -
Uses of ConsoleOutputReceiver in org.apache.maven.surefire.junitcore
Classes in org.apache.maven.surefire.junitcore that implement ConsoleOutputReceiverModifier and TypeClassDescriptionclass
class
Handles responses from concurrent junit
Stuff to remember about JUnit threading: parallel=classes; beforeClass/afterClass, constructor and all tests method run on same thread parallel=methods; beforeClass/afterClass run on main thread, constructor + each test method run on same thread parallel=both; same as parallel=methodsclass
class
A class to be used when there is no JUnit parallelism (methods or/and class).(package private) class
Represents the test-state of a single test method that is run.Methods in org.apache.maven.surefire.junitcore with parameters of type ConsoleOutputReceiverModifier and TypeMethodDescription(package private) void
LogicalStream.writeDetails
(ConsoleOutputReceiver outputReceiver) -
Uses of ConsoleOutputReceiver in org.apache.maven.surefire.report
Fields in org.apache.maven.surefire.report declared as ConsoleOutputReceiverModifier and TypeFieldDescriptionprivate final ConsoleOutputReceiver
ConsoleOutputCapture.ForwardingPrintStream.target
Fields in org.apache.maven.surefire.report with type parameters of type ConsoleOutputReceiverModifier and TypeFieldDescriptionprivate static final ThreadLocal<ConsoleOutputReceiver>
ConsoleOutputReceiverForCurrentThread.CURRENT
Methods in org.apache.maven.surefire.report that return ConsoleOutputReceiverModifier and TypeMethodDescriptionstatic ConsoleOutputReceiver
ConsoleOutputReceiverForCurrentThread.get()
Methods in org.apache.maven.surefire.report with parameters of type ConsoleOutputReceiverModifier and TypeMethodDescriptionstatic void
ConsoleOutputReceiverForCurrentThread.set
(ConsoleOutputReceiver consoleOutputReceiver) static void
ConsoleOutputCapture.startCapture
(ConsoleOutputReceiver target) Constructors in org.apache.maven.surefire.report with parameters of type ConsoleOutputReceiverModifierConstructorDescription(package private)
ForwardingPrintStream
(boolean stdout, ConsoleOutputReceiver target)