com.buglabs.osgi.http.test
Class ConcurrencyTestCases

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

public class ConcurrencyTestCases
extends TestCase

Test the performance of the http server.


Field Summary
static java.lang.String TARGET_HOST
           
 
Constructor Summary
ConcurrencyTestCases()
           
 
Method Summary
protected  void tearDown()
           
 void testConcurrentGets()
           
 
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

ConcurrencyTestCases

public ConcurrencyTestCases()
Method Detail

testConcurrentGets

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

tearDown

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