See: Description
Interface | Description |
---|---|
TestableRequest |
An extended version of
Request that allows the PageTester to control and override behavior,
effectively simulating the portions of Request that are provided normally by a servlet container. |
TestableResponse |
Class | Description |
---|---|
CaptureRenderedDocument |
Used to capture the rendered document from a traditional page render.
|
EndOfRequestCleanupFilter |
Makes sure that
PerthreadManager.cleanup() is invoked at the end of each
request (normally handled by TapestryFilter ). |
PageTesterContext | |
PageTesterModule |
Used in conjunction with
PageTester to mock up and/or stub out portions of Tapestry that
need to be handled differently when testing. |
PageTesterSession | |
TestableCookieSinkSource | |
TestableRequestImpl | |
TestableResponseImpl |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.