Class DirectConsoleOutput

java.lang.Object
org.apache.maven.plugin.surefire.report.DirectConsoleOutput
All Implemented Interfaces:
TestcycleConsoleOutputReceiver, TestOutputReceiver<TestOutputReportEntry>, ConsoleOutputReportEventListener

public class DirectConsoleOutput extends Object implements TestcycleConsoleOutputReceiver
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.
Author:
Kristian Rosenvold