|
||||||||
| 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.DynamicScenarioTest
public class DynamicScenarioTest
A DynAny test case.
| Constructor Summary | |
|---|---|
DynamicScenarioTest(java.lang.String name)
Constructor. |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
The entry point of the test case. |
void |
setUp()
Set up the test case. |
void |
testDIISequence()
This test creates thanks to DynAny a sequence and then sends it to a CORBA Server by using DII. |
void |
testDIIStruct()
This test creates thanks to DynAny a struct and then sends it to a CORBA Server by using 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 DynamicScenarioTest(java.lang.String name)
name - The name of the test case.| Method Detail |
|---|
public void setUp()
setUp in class ORBTestCase
public void testDIISequence()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any of the test case fails
public void testDIIStruct()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any of the test case 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 | |||||||