Uses of Class
net.sf.jbenchmark.TestFeature

Packages that use TestFeature
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 TestFeature in net.sf.jbenchmark
 

Subclasses of TestFeature in net.sf.jbenchmark
 class ChoiceTest
          A weighted test group.
 class ChooseRandom
          A test that selects a random test to execute from its children.
 class ChooseRandomItemTest
          A test group that chooses a random item from a list.
 class ConnectionFactory
          Creates database connections.
 class FileResultPublisher
          Publishes timer results to a file.
 class FixedDelay
          A fixed delay.
 class FixedItemList
          ItemList implementation that takes a comma-separated list of items.
 class FixedThroughputTest
          A test that adds delays to ensure a constant throughput.
 class ForEachTest
          A test group that executes once for each item in a list.
 class HttpGetTest
          A test that fetches performs a GET of a particular URI.
 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 HttpServer
          Manages the set of connections to a server.
 class HttpSessionTest
          Test a number of http requests for a single session.
 class JDBCItemList
          A list of items selected via JDBC.
 class ParallelTestGroup
          A test group that executes each of its tests in a separate thread.
 class RandomHttpGet
          Randomly Http Get using set items list.
 class Test
          Abstract superclass for all tests.
 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 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 with parameters of type TestFeature
 void Test.addResource(TestFeature resource)
          Adds a resource.
protected  void Test.addFeature(TestFeature feature)
          Adds a feature to this group.
 

Uses of TestFeature in net.sf.jbenchmark.sql
 

Subclasses of TestFeature in net.sf.jbenchmark.sql
 class AbstractSQLCallTest
          Anything associated with a benchmark test for DB interactions can extend this class.
 class SQLCallArgument
          Stored Procedure arguments are nested XML arguments for a StoredProcedureTest element.
 class SQLQueryTest
          A benchmark test for running queries.
 class StoredProcedureTest
          Encapsulates a single test that executes a stored procedure.
 

Uses of TestFeature in net.sf.jbenchmark.util
 

Subclasses of TestFeature in net.sf.jbenchmark.util
 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.