| Package | Description |
|---|---|
| org.junit.contrib.java.lang.system |
| Modifier and Type | Method | 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. |
Copyright © 2011–2018. All rights reserved.