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