コード例 #1
0
 @Test
 public void deleteDoctor() throws Exception {
   DoctorDao.deleteDoctor(id);
 }