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 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.class
NullConsoleOutputReceiver
TestcycleConsoleOutputReceiver doing nothing rather than using null.
-