i want to use org.springframework.mock.web.MockHttpServletRequest
and it doesnt appear on any of these links i download from the official Spring website
no idea where i can get the mock libs as it doesnt appear on the spring framework libraries . any suggestions?
i am basically trying to use :
private MockHttpServletRequest request;
private MockHttpServletResponse response;
to unit test my controllers. any ideas?