class NullConsoleOutputReceiver extends java.lang.Object implements TestcycleConsoleOutputReceiver
Modifier and Type | Field and Description |
---|---|
(package private) static NullConsoleOutputReceiver |
INSTANCE |
Modifier | Constructor and Description |
---|---|
private |
NullConsoleOutputReceiver() |
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)
Forwards process output from the running test-case into the reporting system
|
static final NullConsoleOutputReceiver INSTANCE
public void testSetStarting(ReportEntry reportEntry)
testSetStarting
in interface TestcycleConsoleOutputReceiver
public void testSetCompleted(ReportEntry report)
testSetCompleted
in interface TestcycleConsoleOutputReceiver
public void close()
close
in interface TestcycleConsoleOutputReceiver
public void writeTestOutput(byte[] buf, int off, int len, boolean stdout)
ConsoleOutputReceiver
writeTestOutput
in interface ConsoleOutputReceiver
buf
- the buffer to writeoff
- offsetlen
- lenstdout
- Indicates if this is stdout