0

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?

Jono
  • 17,341
  • 48
  • 135
  • 217

1 Answers1

0

Found the libs here http://mvnrepository.com/artifact/org.springframework/spring-test/2.5

Spring-test

Jono
  • 17,341
  • 48
  • 135
  • 217