Uses of Interface
org.apache.tapestry.test.ResponseAssertion

Packages that use ResponseAssertion
org.apache.tapestry.test   
org.apache.tapestry.test.assertions   
 

Uses of ResponseAssertion in org.apache.tapestry.test
 

Methods in org.apache.tapestry.test with parameters of type ResponseAssertion
 void RequestDescriptor.addAssertion(ResponseAssertion assertion)
           
 

Uses of ResponseAssertion in org.apache.tapestry.test.assertions
 

Classes in org.apache.tapestry.test.assertions that implement ResponseAssertion
 class AssertOutput
          Assertion that checks for the presence of a particular substring within the response text.
 class AssertRegexp
          Assertion used to check for the presence of a regular expression within the response output.