yarfraw.coverage
Class IOTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by yarfraw.coverage.IOTest
All Implemented Interfaces:
junit.framework.Test

public class IOTest
extends junit.framework.TestCase

Random tests to invoke code that was reported no covered in cobertura' coverage report

Author:
jliang

Constructor Summary
IOTest()
           
 
Method Summary
 void testAppend()
           
 void testAppender()
           
 void testEncoding()
           
 void testInputStream()
           
 void testOutputStream()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IOTest

public IOTest()
Method Detail

testAppender

public void testAppender()
                  throws Exception
Throws:
Exception

testInputStream

public void testInputStream()
                     throws Exception
Throws:
Exception

testOutputStream

public void testOutputStream()
                      throws Exception
Throws:
Exception

testAppend

public void testAppend()
                throws Exception
Throws:
Exception

testEncoding

public void testEncoding()
                  throws Exception
Throws:
Exception


Copyright © 2008. All Rights Reserved.