org.yajul.io
Class StreamCopierTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.yajul.io.StreamCopierTest
All Implemented Interfaces:
junit.framework.Test

public class StreamCopierTest
extends junit.framework.TestCase

Tests org.yajul.io classes:

User: josh Date: Sep 22, 2002 Time: 12:38:27 AM


Constructor Summary
StreamCopierTest(java.lang.String name)
           
 
Method Summary
 void test2OutputStreams()
           
 void test3OutputStreams()
           
 void testByteCountingInputStream()
           
 void testByteCountingOutputStream()
           
 void testEchoInputStream()
           
 void testHexDumpOutputStream()
           
 void testStreamCopy()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StreamCopierTest

public StreamCopierTest(java.lang.String name)
Method Detail

testStreamCopy

public void testStreamCopy()

testEchoInputStream

public void testEchoInputStream()
                         throws java.io.IOException
Throws:
java.io.IOException

test2OutputStreams

public void test2OutputStreams()
                        throws java.io.IOException
Throws:
java.io.IOException

test3OutputStreams

public void test3OutputStreams()
                        throws java.io.IOException
Throws:
java.io.IOException

testByteCountingInputStream

public void testByteCountingInputStream()
                                 throws java.io.IOException
Throws:
java.io.IOException

testByteCountingOutputStream

public void testByteCountingOutputStream()
                                  throws java.io.IOException
Throws:
java.io.IOException

testHexDumpOutputStream

public void testHexDumpOutputStream()
                             throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2008. All Rights Reserved.