Skip to content

Instantly share code, notes, and snippets.

@juanpicado
Created March 30, 2012 05:18
Show Gist options
  • Save juanpicado/2246772 to your computer and use it in GitHub Desktop.
Save juanpicado/2246772 to your computer and use it in GitHub Desktop.
Ignore testDashBoardController
@Test
@Ignore
public void testDashBoardController() throws Exception {
DashBoardController controller = this.dashBoardController;
request = new MockHttpServletRequest(MethodJson.GET.toString(), "/user/dashboard");
final ModelAndView mav = handlerAdapter.handle(request, response, controller);
assertViewName(mav, "dashboard");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment