Uses of Package
org.apache.tapestry.test

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

Classes in org.apache.tapestry.test used by org.apache.tapestry.test
RequestDescriptor
           
ResponseAssertion
          Interface for classes that can test a response from the (simulated) web server for conformance to some expectation; most implementions check the response content for particular literal values or regular expressions.
ScriptDescriptor
          Top level object for test scripts.
ScriptedTestSession
          Executes a series of requests and assertions specified by a {@link org.apache.tapestry.test.ScriptDescriptor).
ServletDescriptor
           
 

Classes in org.apache.tapestry.test used by org.apache.tapestry.test.assertions
ResponseAssertion
          Interface for classes that can test a response from the (simulated) web server for conformance to some expectation; most implementions check the response content for particular literal values or regular expressions.
ScriptedTestSession
          Executes a series of requests and assertions specified by a {@link org.apache.tapestry.test.ScriptDescriptor).