public class DirectConsoleOutput extends Object implements TestcycleConsoleOutputReceiver
| Constructor and Description |
|---|
DirectConsoleOutput(PrintStream out,
PrintStream err) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
testSetCompleted(TestSetReportEntry report) |
void |
testSetStarting(TestSetReportEntry reportEntry) |
void |
writeTestOutput(String output,
boolean newLine,
boolean stdout) |
public DirectConsoleOutput(PrintStream out, PrintStream err)
public void writeTestOutput(String output, boolean newLine, boolean stdout)
writeTestOutput in interface ConsoleOutputReceiverwriteTestOutput in interface ConsoleOutputReportEventListenerpublic void testSetStarting(TestSetReportEntry reportEntry)
testSetStarting in interface TestcycleConsoleOutputReceivertestSetStarting in interface ConsoleOutputReportEventListenerpublic void testSetCompleted(TestSetReportEntry report)
testSetCompleted in interface TestcycleConsoleOutputReceivertestSetCompleted in interface ConsoleOutputReportEventListenerpublic void close()
close in interface TestcycleConsoleOutputReceiverclose in interface ConsoleOutputReportEventListenerCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.