org.openorb.orb.test.iiop.complex
Class ComplexTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.openorb.orb.test.ORBTestCase
              extended by org.openorb.orb.test.iiop.complex.ComplexTest
All Implemented Interfaces:
junit.framework.Test

public class ComplexTest
extends ORBTestCase

Tests marshaling and unmarshaling of various iiop types.

Author:
Chris Wood

Constructor Summary
ComplexTest(java.lang.String name)
          Constructor.
 
Method Summary
static void main(java.lang.String[] args)
          The entry point of the test case.
protected  void setUp()
          Set up the test case.
 void testComplexStruct()
          Complex struct echo.
 void testFixed()
          Fixed type echo.
 void testRecursiveStruct()
          Recursive struct echo.
 void testSimpleStruct()
          Simple struct echo.
 
Methods inherited from class org.openorb.orb.test.ORBTestCase
enteringTest, exitingTest, forceMarshal, getORB, restartORB, setUp, tearDown, writeVerboseHex
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

ComplexTest

public ComplexTest(java.lang.String name)
Constructor.

Parameters:
name - The name of the test case.
Method Detail

setUp

protected void setUp()
Set up the test case.

Overrides:
setUp in class ORBTestCase

testSimpleStruct

public void testSimpleStruct()
Simple struct echo.


testComplexStruct

public void testComplexStruct()
Complex struct echo.


testRecursiveStruct

public void testRecursiveStruct()
Recursive struct echo.


testFixed

public void testFixed()
Fixed type echo.


main

public static void main(java.lang.String[] args)
The entry point of the test case.

Parameters:
args - The command line arguments.