appl.parallel.test
Class XuluServerTest

java.lang.Object
  extended by TestCase
      extended by appl.parallel.test.XuluServerTest

public class XuluServerTest
extends TestCase

Generated code for the test suite XuluServerTest located at /XuluSVN/javasrc/appl/parallel/test/XuluServerTest.testsuite. Tests the Server functionality


Field Summary
 String IP
           
 
Constructor Summary
XuluServerTest(String whatsthis)
          Constructor for XuluServerTest.
 
Method Summary
protected  void setUp()
           
static Test suite()
          Returns the JUnit test suite that implements the XuluServerTest definition.
protected  void tearDown()
           
 void testPingServer()
          testServer
 void testSendModel()
          sendModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IP

public final String IP
See Also:
Constant Field Values
Constructor Detail

XuluServerTest

public XuluServerTest(String whatsthis)
Constructor for XuluServerTest.

Parameters:
whatsthis -
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception
See Also:
junit.framework.TestCase#setUp()

suite

public static Test suite()
Returns the JUnit test suite that implements the XuluServerTest definition.


tearDown

protected void tearDown()
                 throws Exception
Throws:
Exception
See Also:
junit.framework.TestCase#tearDown()

testPingServer

public void testPingServer()
                    throws Exception
testServer

Throws:
Exception

testSendModel

public void testSendModel()
                   throws Exception
sendModel

Throws:
Exception