|
||||||||
| 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.iiop.state.StateTest
public class StateTest
Tests bidirectional IIOP.
| Constructor Summary | |
|---|---|
StateTest(java.lang.String name)
Constructor. |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
The entry point of the test-case. |
void |
tearDown()
Dispose the test case. |
void |
testBiDirClientPause()
Tests pause from the initiating side of a bidir connection. |
void |
testBiDirServerPause()
Tests pause from the listening side of a bidir connection. |
void |
testClientPause()
Tests pause from the client side. |
void |
testServerPause()
Tests pause from the server side. |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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 StateTest(java.lang.String name)
name - The name of the test case.| Method Detail |
|---|
public void tearDown()
tearDown in class junit.framework.TestCase
public void testClientPause()
throws org.omg.CORBA.UserException,
java.lang.InterruptedException
org.omg.CORBA.UserException - if any of the test case fails
java.lang.InterruptedException - if the thread is interrupted for any reason
public void testServerPause()
throws org.omg.CORBA.UserException,
java.lang.InterruptedException
org.omg.CORBA.UserException - if any of the test case fails
java.lang.InterruptedException - if the thread is interrupted for any reason
public void testBiDirClientPause()
throws org.omg.CORBA.UserException,
java.lang.InterruptedException
org.omg.CORBA.UserException - if any of the test case fails
java.lang.InterruptedException - if the thread is interrupted for any reason
public void testBiDirServerPause()
throws org.omg.CORBA.UserException,
java.lang.InterruptedException
org.omg.CORBA.UserException - if any of the test case fails
java.lang.InterruptedException - if the thread is interrupted for any reasonpublic 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 | |||||||