Uses of Interface
org.apache.maven.plugin.surefire.report.TestcycleConsoleOutputReceiver
-
Packages that use TestcycleConsoleOutputReceiver Package Description org.apache.maven.plugin.surefire.report -
-
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.classNullConsoleOutputReceiverTestcycleConsoleOutputReceiver doing nothing rather than using null.
-