org.openorb.orb.test.iiop
Class IIOPTest

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

public class IIOPTest
extends junit.framework.TestCase

Tests marshaling and unmarshaling of various iiop types.

Author:
Chris Wood

Constructor Summary
IIOPTest(java.lang.String name)
          Constructor.
 
Method Summary
static void main(java.lang.String[] args)
          The main entry point of the test case.
static junit.framework.Test suite()
          Creates a collection of sub test-cases.
 
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

IIOPTest

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

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

suite

public static junit.framework.Test suite()
Creates a collection of sub test-cases.

Returns:
The collection of test cases.

main

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

Parameters:
args - The command line arguments.