Uses of Class
org.junit.contrib.java.lang.system.SystemOutRule

Packages that use SystemOutRule
org.junit.contrib.java.lang.system   
 

Uses of SystemOutRule in org.junit.contrib.java.lang.system
 

Methods in org.junit.contrib.java.lang.system that return SystemOutRule
 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.