net.sf.jbenchmark
Class HttpSessionTest

java.lang.Object
  extended bynet.sf.jbenchmark.TestFeature
      extended bynet.sf.jbenchmark.Test
          extended bynet.sf.jbenchmark.TestGroup
              extended bynet.sf.jbenchmark.HttpSessionTest
All Implemented Interfaces:
java.lang.Runnable, TestContext, TestListener

public class HttpSessionTest
extends TestGroup

Test a number of http requests for a single session.

Version:
$Id: HttpSessionTest.java,v 1.1 2004/07/05 01:19:25 bdargan Exp $
Author:
Brett Dargan

Constructor Summary
HttpSessionTest()
           
 
Method Summary
 void addRequests(java.util.List arrayList)
          add a list of requests to play in a single session
protected  TestResult doRun()
          Executes the test.
 
Methods inherited from class net.sf.jbenchmark.TestGroup
addListener, addTest, getAttribute, getExternalResource, getFeatureContext, getListener, getTests, getThreadCount, setAttribute, setContext, testFailed, testFinished, testStart
 
Methods inherited from class net.sf.jbenchmark.Test
addAssertion, addFeature, addResource, doCleanup, doInitialise, finish, getResource, run
 
Methods inherited from class net.sf.jbenchmark.TestFeature
getContext, getName, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sf.jbenchmark.TestContext
getResource
 

Constructor Detail

HttpSessionTest

public HttpSessionTest()
Method Detail

doRun

protected TestResult doRun()
                    throws java.lang.Exception
Executes the test. This method may be called more than once, and from more than one thread.

Overrides:
doRun in class TestGroup
Throws:
java.lang.Exception

addRequests

public void addRequests(java.util.List arrayList)
                 throws java.lang.Exception
add a list of requests to play in a single session

Parameters:
arrayList -
Throws:
java.lang.Exception