|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MockHttpServletRequest | |
|---|---|
| org.apache.wicket.protocol.http.mock | |
| org.apache.wicket.util.tester | A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. |
| Uses of MockHttpServletRequest in org.apache.wicket.protocol.http.mock |
|---|
| Constructors in org.apache.wicket.protocol.http.mock with parameters of type MockHttpServletRequest | |
|---|---|
MockHttpServletResponse(MockHttpServletRequest servletRequest)
Create the response object. |
|
| Uses of MockHttpServletRequest in org.apache.wicket.util.tester |
|---|
| Methods in org.apache.wicket.util.tester that return MockHttpServletRequest | |
|---|---|
MockHttpServletRequest |
BaseWicketTester.getLastRequest()
|
MockHttpServletRequest |
BaseWicketTester.getRequest()
|
| Methods in org.apache.wicket.util.tester that return types with arguments of type MockHttpServletRequest | |
|---|---|
List<MockHttpServletRequest> |
BaseWicketTester.getPreviousRequests()
|
| Methods in org.apache.wicket.util.tester with parameters of type MockHttpServletRequest | |
|---|---|
boolean |
BaseWicketTester.processRequest(MockHttpServletRequest request)
Processes the request in mocked Wicket environment. |
boolean |
BaseWicketTester.processRequest(MockHttpServletRequest request,
IRequestHandler forcedRequestHandler)
Processes the request in mocked Wicket environment. |
protected boolean |
BaseWicketTester.processRequest(MockHttpServletRequest forcedRequest,
IRequestHandler forcedRequestHandler,
boolean redirect)
Process the request. |
void |
BaseWicketTester.setRequest(MockHttpServletRequest request)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||