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