Package | Description |
---|---|
org.apache.tapestry5.internal.test |
[INTERNAL USE ONLY] testing support implementation classes; API subject to change
|
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
Modifier and Type | Class and Description |
---|---|
class |
TestableResponseImpl |
Modifier and Type | Method and Description |
---|---|
static void |
PageTesterModule.setupTestableOverrides(MappedConfiguration<Class,Object> configuration,
TestableRequest request,
TestableResponse response,
ObjectLocator locator) |
Constructor and Description |
---|
CaptureRenderedDocument(TestableResponse testableResponse) |
Modifier and Type | Method and 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.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.