org.openorb.orb.test.adapter.boa
Class BOATest

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.adapter.boa.BOATest
All Implemented Interfaces:
junit.framework.Test

public class BOATest
extends ORBTestCase

Test of several BOA features.

Author:
Chris Wood

Constructor Summary
BOATest(java.lang.String name)
          Constructor.
 
Method Summary
 void _testBOAInvocation()
           
static void main(java.lang.String[] args)
          The main entry point of the test case.
 void setUp()
          Set up the test case.
 void testBOAInvocation()
          Test the BOA basic operations (connect, imp_is_ready, disconnect) as well as most of the BOA package operations (object_key finders, is_a).
 
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

BOATest

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

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

setUp

public void setUp()
Set up the test case.

Overrides:
setUp in class ORBTestCase

testBOAInvocation

public void testBOAInvocation()
                       throws org.omg.CORBA.UserException
Test the BOA basic operations (connect, imp_is_ready, disconnect) as well as most of the BOA package operations (object_key finders, is_a).

Throws:
org.omg.CORBA.UserException - If any of the test case fails

_testBOAInvocation

public void _testBOAInvocation()
                        throws org.omg.CORBA.UserException
Throws:
org.omg.CORBA.UserException

main

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

Parameters:
args - The command line arguments.