Uses of Interface
org.apache.maven.plugin.surefire.report.TestcycleConsoleOutputReceiver
Packages that use TestcycleConsoleOutputReceiver
-
Uses of TestcycleConsoleOutputReceiver in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that return TestcycleConsoleOutputReceiverModifier and TypeMethodDescriptionStartupReportConfiguration.instantiateConsoleOutputFileReporter
(Integer forkNumber) -
Uses of TestcycleConsoleOutputReceiver in org.apache.maven.plugin.surefire.report
Classes in org.apache.maven.plugin.surefire.report that implement TestcycleConsoleOutputReceiverModifier 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.Constructors in org.apache.maven.plugin.surefire.report with parameters of type TestcycleConsoleOutputReceiverModifierConstructorDescriptionTestSetRunListener
(ConsoleReporter consoleReporter, FileReporter fileReporter, StatelessXmlReporter simpleXMLReporter, TestcycleConsoleOutputReceiver consoleOutputReceiver, StatisticsReporter statisticsReporter, boolean trimStackTrace, boolean isPlainFormat, boolean briefOrPlainFormat)