Ejemplo n.º 1
0
 /** Test of delete method, of class XMLEtudiantUE. */
 @Test
 @Ignore
 public void testDelete() throws Exception {
   System.out.println("delete XMLEtudiantUE");
   EtudiantUE obj = null;
   XMLEtudiantUE instance = new XMLEtudiantUE();
   instance.delete(obj);
   // TODO review the generated test code and remove the default call to fail.
   fail("The test case is a prototype.");
 }