| Package | Description |
|---|---|
| org.junit.contrib.java.lang.system | |
| org.junit.contrib.java.lang.system.internal |
| Modifier and Type | Method and Description |
|---|---|
static LogMode |
LogMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogMode[] |
LogMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StandardErrorStreamLog(LogMode mode)
Creates a rule that records writes to the standard error stream according
to the specified
LogMode. |
StandardOutputStreamLog(LogMode mode)
Creates a rule that records writes to the standard output stream
according to the specified
LogMode. |
| Constructor and Description |
|---|
PrintStreamLog(LogMode mode) |
Copyright © 2011-2015. All Rights Reserved.