@Test public void testIndexAction() throws Exception { LOG.info("Testing the index action"); IndexAction action = new IndexAction(); String result = action.execute(); assertEquals(Action.SUCCESS, result); }