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