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