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