|
||||||||
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.pi.PITest
public class PITest
Tests marshaling and unmarshaling of various iiop types.
Nested Class Summary | |
---|---|
static class |
PITest.EmptyInitializer
An empty ORB initializer class. |
Constructor Summary | |
---|---|
PITest(java.lang.String name)
The constructor is responsible for constructing a test category and adding the suite of test cases. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
The entry point of the test case. |
protected void |
setUp()
Set up of the test case. |
void |
testCompleteCall()
Test complete request call. |
void |
testCompleteCallWithSCs()
Test complete request call with service contexts. |
void |
testToRecvReply()
Abort at send_reply. |
void |
testToRecvRequest()
Abort at receive_request. |
void |
testToRecvRequestRecvExcept()
Abort at receive_request and recieve_exception. |
void |
testToRecvRequestSC()
Abort at receive_request_service_contexts. |
void |
testToRecvRequestSCReceiveException()
Abort at receive_request_service_contexts and recieve_exception. |
void |
testToSendReply()
Abort at send_reply. |
void |
testToSendRequest()
Abort at send_request. |
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 PITest(java.lang.String name)
name
- The name of the test case.Method Detail |
---|
protected void setUp()
setUp
in class ORBTestCase
public void testCompleteCall()
public void testCompleteCallWithSCs() throws org.omg.CORBA.UserException
org.omg.CORBA.UserException
- if any of the test cases failspublic void testToSendRequest()
public void testToRecvRequestSC()
public void testToRecvRequestSCReceiveException()
public void testToRecvRequest()
public void testToRecvRequestRecvExcept()
public void testToSendReply()
public void testToRecvReply()
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 |