org.openorb.orb.test
Class OpenORBTest

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

public class OpenORBTest
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
OpenORBTest(java.lang.String name)
          Constructor.
 
Method Summary
static void main(java.lang.String[] args)
          The 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

OpenORBTest

public OpenORBTest(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 test case collection.

main

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

Parameters:
args - The command line parameters.