* @throws Exception
*/
@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");
}