|
||||||||
| 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.corba.CORBATestCase
org.openorb.orb.test.dynamic.DynAnyTest
public class DynAnyTest
A DynAny test case.
| Constructor Summary | |
|---|---|
DynAnyTest(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 |
testDynArray()
Test the various operations within the DynArray The DynArray is created with a TypeCode and a short TypeCode for the discriminator. |
void |
testDynBasic()
Test the various basic inserting within the DynAnys. |
void |
testDynEnum()
Test the various operations inserting within the DynEnums. |
void |
testDynFixed()
Test the various operations inserting within the DynFixeds. |
void |
testDynSequence()
Test the various operations within the DynSequence The DynSequence is created with a TypeCode and a length. |
void |
testDynStruct()
Test the various operations for the DynStruct. |
void |
testDynUnion()
Test the various operations inserting within the DynUnions. |
| Methods inherited from class org.openorb.orb.test.corba.CORBATestCase |
|---|
getORB, tearDown |
| 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 DynAnyTest(java.lang.String name)
name - The name of the test case.| Method Detail |
|---|
public void setUp()
setUp in class CORBATestCase
public void testDynBasic()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any of the test case fails
public void testDynEnum()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any of the test case fails
public void testDynStruct()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any test fails
public void testDynFixed()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any of the test case fails
public void testDynUnion()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any of the test case fails
public void testDynSequence()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any of the test case fails
public void testDynArray()
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 | |||||||