Uses of Class
net.morimekta.testing.junit4.ConsoleWatcher
-
-
Uses of ConsoleWatcher in net.morimekta.testing.junit4
Methods in net.morimekta.testing.junit4 that return ConsoleWatcher Modifier and Type Method 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. withTerminalSize(int rows, int cols)
Set the current terminal size.
-