|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.openorb.orb.test.ORBTestCase
org.openorb.orb.test.dynamic.DIITest
public class DIITest
A Dynamic Interface Invocation (DII) test case.
| Constructor Summary | |
|---|---|
DIITest(java.lang.String name)
Constructor. |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
The entry point of this test case. |
void |
setUp()
Set up the test case. |
void |
testAttributeInvocation()
Test an attribute invocation using the DII. |
void |
testContextInvocation()
Test a invocation using the DII with a context and context operations. |
void |
testDeferredCrossThreadInvocation()
Test a deferred invocation using the DII. |
void |
testDeferredInvocation()
Test a deferred invocation using the DII. |
void |
testExceptionInvocation()
Test a simple invocation using the DII with an exception. |
void |
testMultipleDeferredInvocations()
Test sending multiple defered requests, waiting for responses to arrive, and recieving each response. |
void |
testMultipleOnewayInvocation()
Test sending multiple oneway requests. |
void |
testOnewayInvocation()
Test a oneway invocation. |
void |
testParamInvocation()
Test a simple invocation using the DII with a return parameter. |
void |
testPollingInvocation()
Test a deferred invocation using the DII. |
void |
testReturnInvocation()
Test a simple invocation using the DII with a return parameter. |
void |
testSimpleInvocation()
Test a simple invocation using the DII. |
| 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 |
|---|
public DIITest(java.lang.String name)
name - The name of the test case.| Method Detail |
|---|
public void setUp()
setUp in class ORBTestCasepublic void testSimpleInvocation()
public void testReturnInvocation()
public void testParamInvocation()
public void testExceptionInvocation()
throws org.omg.CORBA.TypeCodePackage.BadKind
org.omg.CORBA.TypeCodePackage.BadKind - if any of the test cases failspublic void testContextInvocation()
public void testAttributeInvocation()
public void testOnewayInvocation()
public void testMultipleOnewayInvocation()
public void testDeferredInvocation()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any of the test cases fails
public void testPollingInvocation()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any of the test cases fails
public void testDeferredCrossThreadInvocation()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any of the test cases fails
public void testMultipleDeferredInvocations()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any of the test cases failspublic static void main(java.lang.String[] args)
args - The command line arguments.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||