Class DirectConsoleOutput
java.lang.Object
org.apache.maven.plugin.surefire.report.DirectConsoleOutput
- All Implemented Interfaces:
TestcycleConsoleOutputReceiver
,org.apache.maven.surefire.report.ConsoleOutputReceiver
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.
Just a step on the road to getting the separation of reporting concerns operating properly.
- Author:
- Kristian Rosenvold
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
testSetCompleted
(org.apache.maven.surefire.report.ReportEntry report) void
testSetStarting
(org.apache.maven.surefire.report.ReportEntry reportEntry) void
writeTestOutput
(byte[] buf, int off, int len, boolean stdout)
-
Constructor Details
-
DirectConsoleOutput
-
-
Method Details
-
writeTestOutput
public void writeTestOutput(byte[] buf, int off, int len, boolean stdout) - Specified by:
writeTestOutput
in interfaceorg.apache.maven.surefire.report.ConsoleOutputReceiver
-
testSetStarting
public void testSetStarting(org.apache.maven.surefire.report.ReportEntry reportEntry) - Specified by:
testSetStarting
in interfaceTestcycleConsoleOutputReceiver
-
testSetCompleted
public void testSetCompleted(org.apache.maven.surefire.report.ReportEntry report) - Specified by:
testSetCompleted
in interfaceTestcycleConsoleOutputReceiver
-
close
public void close()- Specified by:
close
in interfaceTestcycleConsoleOutputReceiver
-