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