public interface ConsoleOutputReceiver
| Modifier and Type | Method and Description |
|---|---|
void |
writeTestOutput(String output,
boolean newLine,
boolean stdout)
Forwards process output from the running test-case into the reporting system
|
void writeTestOutput(String output, boolean newLine, boolean stdout)
output - stdout/sterr output from running testsnewLine - print on new linestdout - Indicates if this is stdoutCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.