public class NullConsoleOutputReceiver extends Object implements TestcycleConsoleOutputReceiver
| 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 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 ConsoleOutputReportEventListenerpublic void writeTestOutput(String output, boolean newLine, boolean stdout)
writeTestOutput in interface ConsoleOutputReceiverwriteTestOutput in interface ConsoleOutputReportEventListenerCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.