Uses of Class
net.sf.jbenchmark.TestResult

Packages that use TestResult
net.sf.jbenchmark Introduction 
net.sf.jbenchmark.sql Contains classes that interact with the java.sql packages of java and deal with database specific tasks. 
net.sf.jbenchmark.util Contains utilities that are useful throughout the project. 
 

Uses of TestResult in net.sf.jbenchmark
 

Subclasses of TestResult in net.sf.jbenchmark
 class HttpTestResult
          The result of an HTTP test.
 

Methods in net.sf.jbenchmark that return TestResult
protected  TestResult TestLoop.doRun()
          Executes the test.
protected  TestResult ParallelTestGroup.doRun()
          Executes the test.
protected  TestResult HttpSessionTest.doRun()
          Executes the test.
protected  TestResult TestLoopDuration.doRun()
          Executes the test.
protected  TestResult TestThreadGroup.doRun()
          Executes the test.
protected  TestResult HttpLogPlayerTest.doRun()
          Executes the test.
protected  TestResult HttpGetTest.doRun()
          Executes the test.
protected  TestResult ForEachTest.doRun()
          Executes the test.
protected  TestResult FixedThroughputTest.doRun()
          Executes the test.
protected  TestResult FixedDelay.doRun()
          Executes the test.
protected  TestResult ChooseRandomItemTest.doRun()
          Executes the test.
protected  TestResult ChooseRandom.doRun()
          Executes the test.
protected  TestResult TestGroup.doRun()
          Executes the test.
protected abstract  TestResult Test.doRun()
          Executes the test.
 

Methods in net.sf.jbenchmark with parameters of type TestResult
 void TestLogger.testFinished(TestResult result)
          Called when a test finishes.
 void TestTimer.testFinished(TestResult result)
          Called when a test finishes.
 void TestGroup.testFinished(TestResult result)
          Called when a test finishes.
 void TopLevelContext.testFinished(TestResult result)
          Called when a test finishes.
 void AssertStatusCode.checkResult(TestResult result)
          Check the results of a test.
 void AssertResponseSize.checkResult(TestResult result)
          Check the results of a test.
 void TestListener.testFinished(TestResult result)
          Called when a test finishes.
 void Assertion.checkResult(TestResult result)
          Check the results of a test.
 void AssertDuration.checkResult(TestResult result)
          Check the results of a test.
 

Uses of TestResult in net.sf.jbenchmark.sql
 

Methods in net.sf.jbenchmark.sql that return TestResult
protected  TestResult AbstractSQLCallTest.doRun()
          If there are any requirements to report on the stored procedure, one may create an SQLTestResult that extends TestResult and report on more than just basics, but for now, just return a new result.
 

Uses of TestResult in net.sf.jbenchmark.util
 

Methods in net.sf.jbenchmark.util with parameters of type TestResult
 void BasicTestStatistics.testFinished(TestResult result)
          Further accumulate the statistics for the next test result.