Uses of Class
org.apache.wicket.protocol.http.mock.MockHttpServletRequest
-
Packages that use MockHttpServletRequest Package Description 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
Methods in org.apache.wicket.protocol.http.mock that return MockHttpServletRequest Modifier and Type Method Description MockHttpServletRequestMockHttpServletRequest. setPart(java.lang.String name, javax.servlet.http.Part part)Constructors in org.apache.wicket.protocol.http.mock with parameters of type MockHttpServletRequest Constructor Description 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 Modifier and Type Method Description MockHttpServletRequestBaseWicketTester. getLastRequest()MockHttpServletRequestBaseWicketTester. getRequest()Methods in org.apache.wicket.util.tester that return types with arguments of type MockHttpServletRequest Modifier and Type Method Description java.util.List<MockHttpServletRequest>BaseWicketTester. getPreviousRequests()Methods in org.apache.wicket.util.tester with parameters of type MockHttpServletRequest Modifier and Type Method Description booleanBaseWicketTester. processRequest(MockHttpServletRequest request)Processes the request in mocked Wicket environment.booleanBaseWicketTester. processRequest(MockHttpServletRequest request, org.apache.wicket.request.IRequestHandler forcedRequestHandler)Processes the request in mocked Wicket environment.protected booleanBaseWicketTester. processRequest(MockHttpServletRequest forcedRequest, org.apache.wicket.request.IRequestHandler forcedRequestHandler, boolean redirect)Process the request.voidBaseWicketTester. setRequest(MockHttpServletRequest request)
-