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 TestcycleConsoleOutputReceiverStartupReportConfiguration. 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 classConsoleOutputFileReporterSurefire output consumer proxy that writes test output to aFilefor each test suite.classDirectConsoleOutputOutputs 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 TestcycleConsoleOutputReceiverTestSetRunListener. consoleOutputReceiverMethods in org.apache.maven.plugin.surefire.report that return TestcycleConsoleOutputReceiver Modifier and Type Method Description private TestcycleConsoleOutputReceiverDefaultReporterFactory. 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)
-