Package | Description |
---|---|
org.junit.contrib.java.lang.system |
Modifier and Type | Field and Description |
---|---|
private SystemErrRule |
StandardErrorStreamLog.systemErrRule
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SystemErrRule |
SystemErrRule.enableLog()
Start logging of everything that is written to
System.err . |
SystemErrRule |
SystemErrRule.mute()
Suppress the output to
System.err . |
SystemErrRule |
SystemErrRule.muteForSuccessfulTests()
Suppress the output to
System.err for successful tests only. |