org.openorb.orb.test.iiop.bidir
Class BiDirTest

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.iiop.bidir.BiDirTest
All Implemented Interfaces:
junit.framework.Test

public class BiDirTest
extends ORBTestCase

Tests bidirectional IIOP.

Author:
Chris Wood

Constructor Summary
BiDirTest(java.lang.String name)
          Constructor.
 
Method Summary
static void main(java.lang.String[] args)
          The entry point of the test case.
protected  void setUp()
          Overloaded to allow the persistant test case to work.
protected  void tearDown()
          Dsipose the test case.
 void testBiDir()
          Test bidirectional iiop.
 void testBiDirFragmented()
          Test bidirectional iiop with fragmentation.
 
Methods inherited from class org.openorb.orb.test.ORBTestCase
enteringTest, exitingTest, forceMarshal, getORB, restartORB, setUp, 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

BiDirTest

public BiDirTest(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

tearDown

protected void tearDown()
Dsipose the test case.

Overrides:
tearDown in class ORBTestCase

testBiDir

public void testBiDir()
               throws org.omg.CORBA.UserException
Test bidirectional iiop.

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

testBiDirFragmented

public void testBiDirFragmented()
                         throws org.omg.CORBA.UserException
Test bidirectional iiop with fragmentation.

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

main

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

Parameters:
args - The command line arguments.