|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MockResponse | |
|---|---|
| com.uwyn.rife.test | Provides classes and interfaces for the out-of-container testing framework. |
| Uses of MockResponse in com.uwyn.rife.test |
|---|
| Methods in com.uwyn.rife.test that return MockResponse | |
|---|---|
MockResponse |
MockLink.click()
Click this link with its current parameters and returns the response. |
MockResponse |
MockConversation.doRequest(String url)
Perform a request for a particular URL. |
MockResponse |
MockConversation.doRequest(String url,
MockRequest request)
Perform a request for a particular URL and request configuration. |
MockResponse |
MockResponse.getEmbeddedResponse(String valueId)
Retrieves the embedded response that corresponds to a specific value in the embedding template. |
MockResponse |
MockForm.submit()
Submit this form with its current parameters and files; and returns the response. |
| Methods in com.uwyn.rife.test that return types with arguments of type MockResponse | |
|---|---|
List<MockResponse> |
MockResponse.getEmbeddedResponses()
Retrieves the embedded responses that were processed. |
| Methods in com.uwyn.rife.test with parameters of type MockResponse | |
|---|---|
static ParsedHtml |
ParsedHtml.parse(MockResponse response)
Parses the text content of a MockResponse object as HTML and
returns the result as an instance of ParsedHtml. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||