Uses of Interface
net.sf.jbenchmark.TestListener

Packages that use TestListener
net.sf.jbenchmark Introduction 
net.sf.jbenchmark.util Contains utilities that are useful throughout the project. 
 

Uses of TestListener in net.sf.jbenchmark
 

Classes in net.sf.jbenchmark that implement TestListener
 class ChoiceTest
          A weighted test group.
 class ForEachTest
          A test group that executes once for each item in a list.
 class HttpLogPlayerTest
          Http Log Player test will execute http gets from the specified log file File - http log file this attribute when running from script.
 class HttpSessionTest
          Test a number of http requests for a single session.
 class ParallelTestGroup
          A test group that executes each of its tests in a separate thread.
 class TestGroup
          A test that runs a sequence of tests.
 class TestLogger
          A test listener that logs the start and end of tests.
 class TestLoop
          A test that runs another test multiple times.
 class TestLoopDuration
          Loops for a constant amount of time.
 class TestThreadGroup
          A test that runs a test in several threads.
 class TestTimer
          A test listener that times tests.
 class TopLevelContext
          Test Context, includes Features, Resources accessible by all tests etc.
 class WebPageTestGroup
          A basic test that performs an HTTP get on a single URL, using multiple threads, for a fixed duration.
 

Methods in net.sf.jbenchmark that return TestListener
 TestListener TestGroup.getListener()
          Returns the listener to use to notify the container of test execution.
 TestListener TopLevelContext.getListener()
          Returns the listener to use to notify the container of test execution.
 TestListener TestContext.getListener()
          Returns the listener to use to notify the container of test execution.
 

Methods in net.sf.jbenchmark with parameters of type TestListener
 void TestGroup.addListener(TestListener listener)
          Adds a listener.
 

Uses of TestListener in net.sf.jbenchmark.util
 

Classes in net.sf.jbenchmark.util that implement TestListener
 class BasicTestStatistics
          The basic test statistics is a more basic version from the TestTimer that reports on more generic items for all types of tests, not just web ones.