Uses of Class
org.apache.tapestry.test.ScriptedTestSession

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

Uses of ScriptedTestSession in org.apache.tapestry.test
 

Methods in org.apache.tapestry.test with parameters of type ScriptedTestSession
 void ResponseAssertion.execute(ScriptedTestSession session)
          Invoked after a response has been recieved from the simulated servlet container; assertions run to check that the response is as expected.
 void RequestDescriptor.executeAssertions(ScriptedTestSession session)
          Invokes all assertions for the request.
 

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

Methods in org.apache.tapestry.test.assertions with parameters of type ScriptedTestSession
 void AssertRegexp.execute(ScriptedTestSession session)
           
 void AssertOutput.execute(ScriptedTestSession session)