public class ConsoleOutputFileReporter extends Object implements TestcycleConsoleOutputReceiver
File for each test suite.| Constructor and Description |
|---|
ConsoleOutputFileReporter(File reportsDirectory,
String reportNameSuffix,
Integer forkNumber) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
testSetCompleted(ReportEntry report) |
void |
testSetStarting(ReportEntry reportEntry) |
void |
writeTestOutput(byte[] buf,
int off,
int len,
boolean stdout) |
public void testSetStarting(ReportEntry reportEntry)
testSetStarting in interface TestcycleConsoleOutputReceiverpublic void testSetCompleted(ReportEntry report)
testSetCompleted in interface TestcycleConsoleOutputReceiverpublic void close()
close in interface TestcycleConsoleOutputReceiverpublic void writeTestOutput(byte[] buf,
int off,
int len,
boolean stdout)
writeTestOutput in interface ConsoleOutputReceiverCopyright © 2004–2019 The Apache Software Foundation. All rights reserved.