org.jcoderz.commons.util
Class LazyFileOutputStreamTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jcoderz.commons.util.LazyFileOutputStreamTest
All Implemented Interfaces:
Test

public class LazyFileOutputStreamTest
extends TestCase

Test LazyFileOutputStream class.

Author:
Andreas Mandel

Constructor Summary
LazyFileOutputStreamTest()
           
 
Method Summary
 void testDifferentFile()
           
 void testLongerFile()
           
 void testNewFile()
           
 void testSameFile()
           
 void testShorterFile()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LazyFileOutputStreamTest

public LazyFileOutputStreamTest()
Method Detail

testNewFile

public void testNewFile()
                 throws IOException
Throws:
IOException

testShorterFile

public void testShorterFile()
                     throws IOException
Throws:
IOException

testLongerFile

public void testLongerFile()
                    throws IOException
Throws:
IOException

testSameFile

public void testSameFile()
                  throws IOException
Throws:
IOException

testDifferentFile

public void testDifferentFile()
                       throws IOException
Throws:
IOException


Copyright 2007 The jCoderZ Project.