Пример #1
0
 /** Test of prepararUpdate method, of class LaboratorioBean. */
 public void testPrepararUpdate() {
   System.out.println("prepararUpdate");
   long id = 0L;
   LaboratorioBean instance = new LaboratorioBean();
   instance.prepararUpdate(id);
   // TODO review the generated test code and remove the default call to fail.
   fail("The test case is a prototype.");
 }