Exemplo n.º 1
0
 /** Test of getTutores_dni_tutor method, of class Pacientes. */
 @Test
 public void testGetTutores_dni_tutor() {
   System.out.println("getTutores_dni_tutor");
   Pacientes instance = new Pacientes();
   int expResult = 0;
   int result = instance.getTutores_dni_tutor();
   assertEquals(expResult, result);
   // TODO review the generated test code and remove the default call to fail.
   // fail("The test case is a prototype.");
 }