Uses of Interface
net.sf.jbenchmark.Assertion

Packages that use Assertion
net.sf.jbenchmark Introduction 
 

Uses of Assertion in net.sf.jbenchmark
 

Classes in net.sf.jbenchmark that implement Assertion
 class AssertDuration
          A test group that asserts that it completes in a certain duration.
 class AssertResponseSize
          Asserts that an HTTP request is of the expected size.
 class AssertStatusCode
          Asserts that an HTTP request returns an expected status code.
 

Methods in net.sf.jbenchmark with parameters of type Assertion
 void WebPageTestGroup.addAssertion(Assertion assertion)
          Adds an assertion.
 void Test.addAssertion(Assertion assertion)
          Adds an assertion.