Uses of Interface
org.apache.tapestry5.internal.test.TestableResponse
Packages that use TestableResponse
Package
Description
[INTERNAL USE ONLY] testing support implementation classes; API subject to change
Support for testing Tapestry pages
-
Uses of TestableResponse in org.apache.tapestry5.internal.test
Classes in org.apache.tapestry5.internal.test that implement TestableResponseMethods in org.apache.tapestry5.internal.test with parameters of type TestableResponseModifier and TypeMethodDescriptionstatic void
PageTesterModule.setupTestableOverrides
(MappedConfiguration<Class, Object> configuration, TestableRequest request, TestableResponse response, ObjectLocator locator) Constructors in org.apache.tapestry5.internal.test with parameters of type TestableResponse -
Uses of TestableResponse in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return TestableResponseModifier and TypeMethodDescriptionPageTester.clickLinkAndReturnResponse
(Element linkElement) Simulates a click on a link.PageTester.clickSubmitAndReturnResponse
(Element submitButton, Map<String, String> fieldValues) Simulates a submission of the form by clicking the specified submit button.PageTester.renderPageAndReturnResponse
(String pageName) Renders a page specified by its name and returns the response.PageTester.submitFormAndReturnResponse
(Element form, Map<String, String> parameters) Simulates a submission of the form specified.