|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--com.resilientedge.jockey.test.ZApp2AppTest
Main entry point for the peerbridge subsystem.
Constructor Summary | |
ZApp2AppTest()
Constructor for the ZApp2AppTest object |
|
ZApp2AppTest(java.lang.String name)
Default constructor |
Method Summary | |
static void |
main(java.lang.String[] args)
Description of the Method |
protected void |
setUp()
The JUnit setup method |
protected void |
tearDown()
The teardown method for JUnit |
void |
testAppMessage()
Send a message from app A to app B |
void |
testAppRequest()
Send a request from app A to app B |
void |
testAppRequestStream()
Send a request from app A to app B |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, name, run, run, runBare, runTest, toString |
Methods inherited from class junit.framework.Assert |
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ZApp2AppTest(java.lang.String name)
name
- the name of the test casepublic ZApp2AppTest()
Method Detail |
protected void setUp()
setUp
in class junit.framework.TestCase
public void testAppMessage() throws java.io.IOException
public void testAppRequest() throws java.io.IOException
public void testAppRequestStream() throws java.io.IOException
protected void tearDown()
tearDown
in class junit.framework.TestCase
public static void main(java.lang.String[] args)
args
- Description of Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |