Exemplo n.º 1
0
 public void testUserNotExists() throws Exception {
   boolean b = dao.exists(111L);
   super.assertFalse(b);
 }