@Test
 public void testSetNomF() {
   fiche1.setIdentification("Simon");
   assertEquals("Simon", fiche1.getIdentification());
 }