I am trying to mock the HttpServletRequest and HttpServletResponse objects in order to set parameters and attributes to the request.
I don't have the package MockHttpServletRequest. Is there any way I can get the mock object of HttpServletRequest without using MockHttpServletRequest?