Uses of Interface
org.apache.tapestry5.internal.test.TestableResponse
-
Packages that use TestableResponse Package Description org.apache.tapestry5.internal.test [INTERNAL USE ONLY] testing support implementation classes; API subject to changeorg.apache.tapestry5.test Support for testing Tapestry pages -
-
Uses of TestableResponse in org.apache.tapestry5.internal.test
Classes in org.apache.tapestry5.internal.test that implement TestableResponse Modifier and Type Class Description class
TestableResponseImpl
Methods in org.apache.tapestry5.internal.test with parameters of type TestableResponse Modifier and Type Method Description static 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 Constructor Description CaptureRenderedDocument(TestableResponse testableResponse)
-
Uses of TestableResponse in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return TestableResponse Modifier and Type Method Description TestableResponse
PageTester. clickLinkAndReturnResponse(Element linkElement)
Simulates a click on a link.TestableResponse
PageTester. clickSubmitAndReturnResponse(Element submitButton, Map<String,String> fieldValues)
Simulates a submission of the form by clicking the specified submit button.TestableResponse
PageTester. renderPageAndReturnResponse(String pageName)
Renders a page specified by its name and returns the response.TestableResponse
PageTester. submitFormAndReturnResponse(Element form, Map<String,String> parameters)
Simulates a submission of the form specified.
-