|
||||||||
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.iiop.primitive.PrimitiveTest
public class PrimitiveTest
Tests marshaling and unmarshaling of various iiop types.
Constructor Summary | |
---|---|
PrimitiveTest(java.lang.String name)
Constructor. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
The main entry point of the test case. |
protected void |
setUp()
Set up the test case. |
void |
testBasicOperations()
Test basic object operations. |
void |
testBoolean()
Test boolean echo. |
void |
testChar()
Test char echo. |
void |
testDoubleEcho()
Test double echo. |
void |
testFloat()
Test float echo. |
void |
testInterORBInvocation()
Test interorb invocation. |
void |
testLargeBufferEcho()
Test large buffer echo. |
void |
testLargeStringEcho()
Test large string echo. |
void |
testLargeStringSeqEcho()
Test large array of strings echo. |
void |
testLocalInvocation()
Test local invocation. |
void |
testLong()
Test long echo. |
void |
testLongLong()
Test long long echo. |
void |
testObject()
Test object ref transmission. |
void |
testOctet()
Test octet echo. |
void |
testShort()
Test short echo. |
void |
testStringEcho()
Test string echo. |
void |
testThrowException()
Throw exception. |
void |
testULong()
Test unsigned long echo. |
void |
testULongLong()
Test unsigned long long echo. |
void |
testUShort()
Test unsigned short echo. |
void |
testValuetypes()
Test valuetype transmission. |
void |
testVoid()
Test ping/void. |
void |
testWChar()
Test wchar echo. |
void |
testWStringEcho()
Test wstring echo. |
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 PrimitiveTest(java.lang.String name)
name
- The name of the test case.Method Detail |
---|
protected void setUp()
setUp
in class ORBTestCase
public void testBasicOperations()
public void testLocalInvocation()
public void testInterORBInvocation() throws java.lang.Exception
java.lang.Exception
- When an error occurs.public void testObject()
public void testValuetypes()
public void testVoid()
public void testThrowException()
public void testBoolean()
public void testOctet()
public void testShort()
public void testUShort()
public void testLong()
public void testULong()
public void testLongLong()
public void testULongLong()
public void testFloat()
public void testDoubleEcho()
public void testChar()
public void testWChar()
public void testStringEcho()
public void testLargeStringEcho()
public void testWStringEcho()
public void testLargeBufferEcho()
public void testLargeStringSeqEcho()
public 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 |