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