org.jcoderz.commons.util
Class LazyFileOutputStreamTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.jcoderz.commons.util.LazyFileOutputStreamTest
- All Implemented Interfaces:
- Test
public class LazyFileOutputStreamTest
- extends TestCase
Test LazyFileOutputStream class.
- Author:
- Andreas Mandel
| 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 |
LazyFileOutputStreamTest
public LazyFileOutputStreamTest()
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.