Uses of Class
org.junit.contrib.java.lang.system.SystemErrRule
Packages that use SystemErrRule
-
Uses of SystemErrRule in org.junit.contrib.java.lang.system
Fields in org.junit.contrib.java.lang.system declared as SystemErrRuleModifier and TypeFieldDescriptionprivate final SystemErrRuleStandardErrorStreamLog.systemErrRuleDeprecated.Methods in org.junit.contrib.java.lang.system that return SystemErrRuleModifier and TypeMethodDescriptionSystemErrRule.enableLog()Start logging of everything that is written toSystem.err.SystemErrRule.mute()Suppress the output toSystem.err.SystemErrRule.muteForSuccessfulTests()Suppress the output toSystem.errfor successful tests only.