|
||||||||
| 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.corba.TypeCodeTest
public class TypeCodeTest
A CORBA TypeCode test case.
| Constructor Summary | |
|---|---|
TypeCodeTest(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 |
testTCAlias()
Test the alias TypeCode operations. |
void |
testTCArray()
Test the array TypeCode operations. |
void |
testTCEnum()
Test the enum TypeCode operations. |
void |
testTCFixed()
Test the fixed TypeCode operations. |
void |
testTCObject()
Test the object reference TypeCode operations. |
void |
testTCPrimative()
Test the primitive TypeCodes operations. |
void |
testTCRecursive()
Test the recursive TypeCode. |
void |
testTCString()
Test the string TypeCode operations. |
void |
testTCStruct()
Test the struct TypeCode operations. |
void |
testTCUnion()
Test the union TypeCode operations. |
void |
testTCValue()
Test the value TypeCode operations. |
| 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 TypeCodeTest(java.lang.String name)
name - The name of the test case.| Method Detail |
|---|
public void setUp()
setUp in class CORBATestCase
public void testTCPrimative()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any of the test case fails
public void testTCString()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any of the test case fails
public void testTCAlias()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any of the test case fails
public void testTCArray()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any of the test case fails
public void testTCEnum()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any of the test case fails
public void testTCFixed()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any of the test case fails
public void testTCObject()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any of the test case fails
public void testTCStruct()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any of the test case fails
public void testTCUnion()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any of the test case fails
public void testTCValue()
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException - if any of the test case fails
public void testTCRecursive()
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 | |||||||