I wrote up a blog post discussing spring-mvc-test but short-circuiting the @Autowired behavior so you can isolate your testing to the Controller layer with Mockito mocked objects. Check it out.
http://stevelibonati.wordpress.com/2...le-of-mockito/
I wrote up a blog post discussing spring-mvc-test but short-circuiting the @Autowired behavior so you can isolate your testing to the Controller layer with Mockito mocked objects. Check it out.
http://stevelibonati.wordpress.com/2...le-of-mockito/
Thanks for sharing.