Package org.apache.tapestry5.internal.test
package org.apache.tapestry5.internal.test
[INTERNAL USE ONLY] testing support implementation classes; API subject to change
-
ClassDescriptionUsed to capture the rendered document from a traditional page render.Makes sure that
PerthreadManager.cleanup()
is invoked at the end of each request (normally handled byTapestryFilter
).Used in conjunction withPageTester
to mock up and/or stub out portions of Tapestry that need to be handled differently when testing.An extended version ofRequest
that allows thePageTester
to control and override behavior, effectively simulating the portions ofRequest
that are provided normally by a servlet container.