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