コード例 #1
0
 /** Test method for {@link MonsterGroupActDao#list(int, int)}. */
 @Test
 public final void testList() {
   Paged<MonsterGroupAct> list = this.monsterGroupActDao.list(10, 0);
   assertNotNull(list);
   assertFalse(list.isEmpty());
 }