Ejemplo n.º 1
0
 @Test
 public void testExecuteAction() throws Exception {
   //
   UserAction userAction = (UserAction) ac.getBean("userAction");
   userAction.execute();
 }