Package org.apache.tapestry5.internal.test
[INTERNAL USE ONLY] testing support implementation classes; API subject to change
-
Interface Summary Interface Description TestableRequest 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.TestableResponse -
Class Summary Class Description CaptureRenderedDocument Used to capture the rendered document from a traditional page render.EndOfRequestCleanupFilter Makes sure thatPerthreadManager.cleanup()
is invoked at the end of each request (normally handled byTapestryFilter
).PageTesterContext PageTesterModule Used in conjunction withPageTester
to mock up and/or stub out portions of Tapestry that need to be handled differently when testing.PageTesterSession TestableCookieSinkSource TestableRequestImpl TestableResponseImpl