@Test public void testGetMotDePasseFalse() { assertNotEquals("Get incorrect : ", "mymartins", usager.getMotDePasse()); }
@Test public void testSetGetMotDePasse() { usager.setMotDePasse("myerwan"); assertEquals("Get correct : ", "myerwan", usager.getMotDePasse()); }