Example #1
0
 public void testRepresentsFalse() throws Exception {
   assertFalse(patientDAO.represents(1L, 2L));
 }
Example #2
0
 public void testRepresentsTrue() throws Exception {
   assertTrue(patientDAO.represents(2L, 1L));
 }