Package | Description |
---|---|
org.junit.contrib.java.lang.system.internal |
Modifier and Type | Field and Description |
---|---|
private PrintStreamHandler |
LogPrintStream.printStreamHandler |
private PrintStreamHandler |
DisallowWrite.printStreamHandler |
Modifier and Type | Method and Description |
---|---|
static PrintStreamHandler |
PrintStreamHandler.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrintStreamHandler[] |
PrintStreamHandler.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DisallowWrite(PrintStreamHandler printStreamHandler) |
LogPrintStream(PrintStreamHandler printStreamHandler) |