Uses of Interface
org.apache.maven.plugin.surefire.report.TestcycleConsoleOutputReceiver
-
Packages that use TestcycleConsoleOutputReceiver Package Description org.apache.maven.plugin.surefire org.apache.maven.plugin.surefire.report -
-
Uses of TestcycleConsoleOutputReceiver in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that return TestcycleConsoleOutputReceiver Modifier and Type Method Description TestcycleConsoleOutputReceiver
StartupReportConfiguration. instantiateConsoleOutputFileReporter(java.lang.Integer forkNumber)
-
Uses of TestcycleConsoleOutputReceiver in org.apache.maven.plugin.surefire.report
Classes in org.apache.maven.plugin.surefire.report that implement TestcycleConsoleOutputReceiver Modifier and Type Class Description class
ConsoleOutputFileReporter
Surefire output consumer proxy that writes test output to aFile
for each test suite.class
DirectConsoleOutput
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.Fields in org.apache.maven.plugin.surefire.report declared as TestcycleConsoleOutputReceiver Modifier and Type Field Description private TestcycleConsoleOutputReceiver
TestSetRunListener. consoleOutputReceiver
Methods in org.apache.maven.plugin.surefire.report that return TestcycleConsoleOutputReceiver Modifier and Type Method Description private TestcycleConsoleOutputReceiver
DefaultReporterFactory. createConsoleOutputReceiver()
Constructors in org.apache.maven.plugin.surefire.report with parameters of type TestcycleConsoleOutputReceiver Constructor Description TestSetRunListener(ConsoleReporter consoleReporter, FileReporter fileReporter, StatelessXmlReporter simpleXMLReporter, TestcycleConsoleOutputReceiver consoleOutputReceiver, StatisticsReporter statisticsReporter, boolean trimStackTrace, boolean isPlainFormat, boolean briefOrPlainFormat)
-