* Test {@link SurveyController}
* @throws Exception
*/
@Test
public void testSurveyController() throws Exception {
final SurveyController controller = new SurveyController();
request = new MockHttpServletRequest(MethodJson.GET.toString(),
"/user/survey");
final ModelAndView mav = handlerAdapter.handle(request, response,
controller);
assertViewName(mav, "user/survey");