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