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