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