Save This Page
Home » openjdk-7 » net.firstpartners.nounit » utility » test » [javadoc | source]
net.firstpartners.nounit.utility.test
public class: TestLogging [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      net.firstpartners.nounit.utility.test.TestLogging
Class to test logging of system output and system errors
Constructor:
 public TestLogging(String name) 
    Constructor Required by Junit
    Parameters:
    name -
Method from net.firstpartners.nounit.utility.test.TestLogging Summary:
main,   setUp,   suite,   testLogFileValue,   testSysErr,   testSysOut
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from net.firstpartners.nounit.utility.test.TestLogging Detail:
 public static  void main(String[] args) 
    Enable Junit to run this Class individually
 protected  void setUp() 
    Method to setup logging test
 public static Test suite() 
    Enable Junit to run this class
 public  void testLogFileValue() throws IOException 
    Test that a value is set for the log file
 public  void testSysErr() throws IOException 
    test the ability to get system errors from class logging
 public  void testSysOut() throws IOException 
    test the ability to get system output from class logging