Package org.apache.tapestry.test

Interface Summary
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.
 

Class Summary
CreatePropertyWorker Forces the creation of a property, overrriding an existing implementation.
Creator A utility class that is used to instantiate abstract Tapestry pages and components.
IntegrationTestScriptParser Parses Tapestry test scripts; XML files that define an execution environment and a sequence of operations and assertions.
ParameterList Contains a list of string query parameters for a RequestDescriptor.
RequestDescriptor  
ScriptDescriptor Top level object for test scripts.
ScriptedTestSession Executes a series of requests and assertions specified by a {@link org.apache.tapestry.test.ScriptDescriptor).
ScriptMessages Container of static methods to format logging and exception messages, used within the org.apache.tapesty.test package (and a few sub-packages).
ScriptRunner An object that can execute a script.
ServletDescriptor