Uses of Class
org.junit.contrib.java.lang.system.SystemOutRule
Packages that use SystemOutRule
-
Uses of SystemOutRule in org.junit.contrib.java.lang.system
Fields in org.junit.contrib.java.lang.system declared as SystemOutRuleModifier and TypeFieldDescriptionprivate final SystemOutRule
StandardOutputStreamLog.systemOut
Deprecated.Methods in org.junit.contrib.java.lang.system that return SystemOutRuleModifier and TypeMethodDescriptionSystemOutRule.enableLog()
Start logging of everything that is written toSystem.out
.SystemOutRule.mute()
Suppress the output toSystem.out
.SystemOutRule.muteForSuccessfulTests()
Suppress the output toSystem.out
for successful tests only.