com.resilientedge.jockey.test
Class ZApp2AppTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--com.resilientedge.jockey.test.ZApp2AppTest
All Implemented Interfaces:
junit.framework.Test

public class ZApp2AppTest
extends junit.framework.TestCase

Main entry point for the peerbridge subsystem.

Version:
$Revision: 1.1.1.1 $
Author:
John Gardner

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

ZApp2AppTest

public ZApp2AppTest(java.lang.String name)
Default constructor
Parameters:
name - the name of the test case

ZApp2AppTest

public ZApp2AppTest()
Constructor for the ZApp2AppTest object
Method Detail

setUp

protected void setUp()
The JUnit setup method
Overrides:
setUp in class junit.framework.TestCase

testAppMessage

public void testAppMessage()
                    throws java.io.IOException
Send a message from app A to app B

testAppRequest

public void testAppRequest()
                    throws java.io.IOException
Send a request from app A to app B

testAppRequestStream

public void testAppRequestStream()
                          throws java.io.IOException
Send a request from app A to app B

tearDown

protected void tearDown()
The teardown method for JUnit
Overrides:
tearDown in class junit.framework.TestCase

main

public static void main(java.lang.String[] args)
Description of the Method
Parameters:
args - Description of Parameter


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.