Class ConsoleOutputFileReporter
java.lang.Object
org.apache.maven.plugin.surefire.report.ConsoleOutputFileReporter
- All Implemented Interfaces:
TestcycleConsoleOutputReceiver,org.apache.maven.surefire.report.ConsoleOutputReceiver
Surefire output consumer proxy that writes test output to a
File for each test suite.- Author:
- Kristian Rosenvold, Carlos Sanchez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidtestSetCompleted(org.apache.maven.surefire.report.ReportEntry report) voidtestSetStarting(org.apache.maven.surefire.report.ReportEntry reportEntry) voidwriteTestOutput(byte[] buf, int off, int len, boolean stdout)
-
Constructor Details
-
ConsoleOutputFileReporter
-
-
Method Details
-
testSetStarting
public void testSetStarting(org.apache.maven.surefire.report.ReportEntry reportEntry) - Specified by:
testSetStartingin interfaceTestcycleConsoleOutputReceiver
-
testSetCompleted
public void testSetCompleted(org.apache.maven.surefire.report.ReportEntry report) - Specified by:
testSetCompletedin interfaceTestcycleConsoleOutputReceiver
-
close
public void close()- Specified by:
closein interfaceTestcycleConsoleOutputReceiver
-
writeTestOutput
public void writeTestOutput(byte[] buf, int off, int len, boolean stdout) - Specified by:
writeTestOutputin interfaceorg.apache.maven.surefire.report.ConsoleOutputReceiver
-