|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestableResponse | |
---|---|
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 |
Uses of TestableResponse in org.apache.tapestry5.internal.test |
---|
Classes in org.apache.tapestry5.internal.test that implement TestableResponse | |
---|---|
class |
TestableResponseImpl
|
Methods in org.apache.tapestry5.internal.test with parameters of type TestableResponse | |
---|---|
static void |
PageTesterModule.setupTestableOverrides(MappedConfiguration<Class,Object> configuration,
TestableRequest request,
TestableResponse response)
|
Constructors in org.apache.tapestry5.internal.test with parameters of type TestableResponse | |
---|---|
CaptureRenderedDocument(TestableResponse testableResponse)
|
Uses of TestableResponse in org.apache.tapestry5.test |
---|
Methods in org.apache.tapestry5.test that return TestableResponse | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |