ConsoleWatcher |
ConsoleWatcher.dumpErrorOnFailure() |
Dump stderr to error output on failure.
|
ConsoleWatcher |
ConsoleWatcher.dumpOnFailure() |
Dump both stdout and stderr to error output on failure.
|
ConsoleWatcher |
ConsoleWatcher.dumpOutputOnFailure() |
Dump stdout to error output on failure.
|
ConsoleWatcher |
ConsoleWatcher.interactive() |
Set input mode to interactive.
|
ConsoleWatcher |
ConsoleWatcher.nonInteractive() |
Set input mode to non-interactive.
|
ConsoleWatcher |
ConsoleWatcher.setInput(byte[] in) |
Set input to return the given bytes.
|
ConsoleWatcher |
ConsoleWatcher.setInput(java.lang.Object... in) |
Set input with dynamic content.
|
ConsoleWatcher |
ConsoleWatcher.withTerminalSize(int rows,
int cols) |
Set the current terminal size.
|