예제 #1
0
 @Test
 public void testGetAllPersons() throws Exception {
   assertEquals(action.list(), ActionSupport.SUCCESS);
   assertTrue(action.getPersons().size() >= 1);
 }