org.openorb.orb.test.adapter.fwd
Class FWDTest

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.fwd.FWDTest
All Implemented Interfaces:
junit.framework.Test

public class FWDTest
extends ORBTestCase

Tests range of POA policies and features.

Author:
Chris Wood

Constructor Summary
FWDTest(java.lang.String name)
          Constructor.
 
Method Summary
 void _testLocalCorbaloc()
           
 void _testRemoteCorbaloc()
           
 void _testResolve()
           
static void main(java.lang.String[] args)
          The main entry point of the test case.
protected  void setUp()
          Overloaded to allow the persistant test case to work.
 void testLocalCorbaloc()
          Test that init reference service can be resolved.
 void testRemoteCorbaloc()
          Test that init reference service can be resolved.
 void testResolve()
          Test that init reference service can be resolved.
 
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

FWDTest

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

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

setUp

protected void setUp()
Overloaded to allow the persistant test case to work.

Overrides:
setUp in class ORBTestCase

testResolve

public void testResolve()
                 throws org.omg.CORBA.UserException
Test that init reference service can be resolved.

Throws:
org.omg.CORBA.UserException - When an error occurs.

_testResolve

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

testLocalCorbaloc

public void testLocalCorbaloc()
                       throws org.omg.CORBA.UserException
Test that init reference service can be resolved.

Throws:
org.omg.CORBA.UserException - When an error occurs.

_testLocalCorbaloc

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

testRemoteCorbaloc

public void testRemoteCorbaloc()
                        throws org.omg.CORBA.UserException
Test that init reference service can be resolved.

Throws:
org.omg.CORBA.UserException - When an error occurs.

_testRemoteCorbaloc

public void _testRemoteCorbaloc()
                         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 parameters.