Uses of Class
net.morimekta.testing.rules.ConsoleWatcher
-
Packages that use ConsoleWatcher Package Description net.morimekta.testing.rules -
-
Uses of ConsoleWatcher in net.morimekta.testing.rules
Methods in net.morimekta.testing.rules that return ConsoleWatcher Modifier and Type Method Description ConsoleWatcherConsoleWatcher. dumpErrorOnFailure()Dump stderr to error output on failure.ConsoleWatcherConsoleWatcher. dumpOnFailure()Dump both stdout and stderr to error output on failure.ConsoleWatcherConsoleWatcher. dumpOutputOnFailure()Dump stdout to error output on failure.ConsoleWatcherConsoleWatcher. interactive()Deprecated.ConsoleWatcherConsoleWatcher. nonInteractive()Set input mode to non-interactive.ConsoleWatcherConsoleWatcher. setInput(byte[] in)Set input to return the given bytes.ConsoleWatcherConsoleWatcher. setInput(java.lang.Object... in)Set input with dynamic content.ConsoleWatcherConsoleWatcher. withTerminalSize(int rows, int cols)Set the current terminal size.
-