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