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 ConsoleOutputReceiverForkClient.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 TypeClassDescriptionclassSurefire output consumer proxy that writes test output to aFilefor each test suite.classOutputs test system out/system err directly to the console
Just a step on the road to getting the separation of reporting concerns operating properly.classTestcycleConsoleOutputReceiver doing nothing rather than using null.classReports 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 TypeClassDescriptionclassEncodes 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 TypeClassDescriptionclassclassHandles 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=methodsclassclassA class to be used when there is no JUnit parallelism (methods or/and class).(package private) classRepresents 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) voidLogicalStream.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 ConsoleOutputReceiverConsoleOutputCapture.ForwardingPrintStream.targetFields in org.apache.maven.surefire.report with type parameters of type ConsoleOutputReceiverModifier and TypeFieldDescriptionprivate static final ThreadLocal<ConsoleOutputReceiver>ConsoleOutputReceiverForCurrentThread.CURRENTMethods in org.apache.maven.surefire.report that return ConsoleOutputReceiverModifier and TypeMethodDescriptionstatic ConsoleOutputReceiverConsoleOutputReceiverForCurrentThread.get()Methods in org.apache.maven.surefire.report with parameters of type ConsoleOutputReceiverModifier and TypeMethodDescriptionstatic voidConsoleOutputReceiverForCurrentThread.set(ConsoleOutputReceiver consoleOutputReceiver) static voidConsoleOutputCapture.startCapture(ConsoleOutputReceiver target) Constructors in org.apache.maven.surefire.report with parameters of type ConsoleOutputReceiverModifierConstructorDescription(package private)ForwardingPrintStream(boolean stdout, ConsoleOutputReceiver target)