com.buglabs.osgi.http.test
Class LoadTestCases

java.lang.Object
  extended by TestCase
      extended by com.buglabs.osgi.http.test.LoadTestCases

public class LoadTestCases
extends TestCase

Test the performance of the http server.


Field Summary
static java.lang.String TARGET_HOST
           
 
Constructor Summary
LoadTestCases()
           
 
Method Summary
protected  void tearDown()
           
 void testSyncGets()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TARGET_HOST

public static final java.lang.String TARGET_HOST
See Also:
Constant Field Values
Constructor Detail

LoadTestCases

public LoadTestCases()
Method Detail

testSyncGets

public void testSyncGets()
                  throws ServletException,
                         NamespaceException
Throws:
ServletException
NamespaceException

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception