Integration Testing Spring MVC Controllers
MockMVC Example In an earlier post we looked at using the Spring MVC Test project to unit test Spring MVC controllers. That example used Mockito to mock the service layer to ensure isolated testing of the controller. In this post …