Test
Class TOStream

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by Test.TOStream
All Implemented Interfaces:
junit.framework.Test

public class TOStream
extends junit.framework.TestCase

Another test case for the object streams

See Also:
OOStream, OIStream

Field Summary
private  OIStream in
           
private  OOStream out
           
 
Constructor Summary
TOStream()
           
 
Method Summary
 void testCase()
           
 
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
 

Field Detail

out

private OOStream out

in

private OIStream in
Constructor Detail

TOStream

public TOStream()
         throws java.io.IOException,
                CTLException
Throws:
java.io.IOException
CTLException
Method Detail

testCase

public void testCase()
              throws java.io.IOException,
                     java.lang.ClassNotFoundException,
                     java.lang.InstantiationException,
                     java.lang.IllegalAccessException,
                     java.lang.reflect.InvocationTargetException,
                     CTLException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
CTLException