Exemplo n.º 1
0
 /** Test of edit method, of class PaseoFacade. */
 @Test
 public void testEdit() throws Exception {
   System.out.println("edit");
   Paseo entity = null;
   EJBContainer container = javax.ejb.embeddable.EJBContainer.createEJBContainer();
   PaseoFacade instance =
       (PaseoFacade) container.getContext().lookup("java:global/classes/PaseoFacade");
   instance.edit(entity);
   container.close();
   // TODO review the generated test code and remove the default call to fail.
   fail("The test case is a prototype.");
 }