org.openorb.orb.test.rmi
Class RMIoverIIOPTest

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

public class RMIoverIIOPTest
extends junit.framework.TestCase

This is the mainline for the OpenORB test harness. This test harness can execute one or more tests depending on the input parameter. It also follows the signelton design pattern.

Author:
Chris Wood

Constructor Summary
RMIoverIIOPTest(java.lang.String name)
          Constructor.
 
Method Summary
static void main(java.lang.String[] args)
          The entry point for this test suite.
static junit.framework.Test suite()
          This method adds all sub tests to the test suite.
 
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

RMIoverIIOPTest

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

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

suite

public static junit.framework.Test suite()
This method adds all sub tests to the test suite.

Returns:
The test suite with all the sub-tests added.

main

public static void main(java.lang.String[] args)
The entry point for this test suite.

Parameters:
args - The command line parameters.