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