com.resilientedge.jockey.test
Class ZJockeyCommTest

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

public class ZJockeyCommTest
extends junit.framework.TestCase

Main entry point for the peerbridge subsystem.

Version:
$Revision: 1.1.1.1 $
Author:
John Gardner

Constructor Summary
ZJockeyCommTest(java.lang.String name)
          Default constructor
ZJockeyCommTest(java.lang.String name, java.lang.String mode)
          Constructor for the ZJockeyCommTest object
 
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 testWaitForClient()
          Send a request from app A to app B
 void XtestAppRequest()
          Send a request from app A to app B
 void XtestAppRequestStream()
          Send a request from app A to app B
 void XtestTwoClient()
          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

ZJockeyCommTest

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

ZJockeyCommTest

public ZJockeyCommTest(java.lang.String name,
                       java.lang.String mode)
Constructor for the ZJockeyCommTest 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

XtestAppRequest

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

XtestAppRequestStream

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

XtestTwoClient

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

testWaitForClient

public void testWaitForClient()
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.