示例#1
0
 public void testUserExists() throws Exception {
   boolean b = dao.exists(1L);
   super.assertTrue(b);
 }