Package org.encuestame.mvc.page

Examples of org.encuestame.mvc.page.DashBoardController


         * @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");
        }
View Full Code Here

TOP

Related Classes of org.encuestame.mvc.page.DashBoardController

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.