|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConsoleOutputReceiver
A receiver of stdout/sterr output from running tests. This receiver knows how to associate the output with a given testset.
| Method Summary | |
|---|---|
void |
writeTestOutput(byte[] buf,
int off,
int len,
boolean stdout)
Forwards process output from the running test-case into the reporting system |
| Method Detail |
|---|
void writeTestOutput(byte[] buf,
int off,
int len,
boolean stdout)
buf - the buffer to writeoff - offsetlen - lenstdout - Indicates if this is stdout
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||