예제 #1
0
 public void testContactDoesNotExist() throws Exception {
   assertTrue("Contact record found.", !dao.contactExists(1L, 5L));
 }
예제 #2
0
 public void testContactExists() throws Exception {
   assertTrue("Contact record not found.", dao.contactExists(1L, 6L));
 }