public class ConsoleTestUtil
extends java.lang.Object
| Constructor and Description |
|---|
ConsoleTestUtil() |
| Modifier and Type | Method and Description |
|---|---|
static UnsyncByteArrayOutputStream |
hijackStdErr() |
static UnsyncByteArrayOutputStream |
hijackStdOut() |
static java.lang.String |
restoreStdErr(UnsyncByteArrayOutputStream unsyncByteArrayOutputStream) |
static java.lang.String |
restoreStdOut(UnsyncByteArrayOutputStream unsyncByteArrayOutputStream) |
public static UnsyncByteArrayOutputStream hijackStdErr()
public static UnsyncByteArrayOutputStream hijackStdOut()
public static java.lang.String restoreStdErr(UnsyncByteArrayOutputStream unsyncByteArrayOutputStream) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingExceptionpublic static java.lang.String restoreStdOut(UnsyncByteArrayOutputStream unsyncByteArrayOutputStream) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException