| Package | Description |
|---|---|
| net.morimekta.testing.rules |
| Modifier and Type | Method and Description |
|---|---|
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(Object... in)
Set input with dynamic content.
|
ConsoleWatcher |
ConsoleWatcher.withTerminalSize(int rows,
int cols)
Set the current terminal size.
|
Copyright © 2017. All rights reserved.