Exemple #1
0
 @Test
 public void testGetIdHabitation1False() {
   assertNotEquals("Get incorrect : ", "H002", poubelle.getIdHabitation());
 }
Exemple #2
0
 @Test
 public void testSetIdHabitation() {
   poubelle.setIdHabitation("H005");
   assertEquals("Get correct : ", "H005", poubelle.getIdHabitation());
 }
Exemple #3
0
 @Test
 public void testGetIdHabitation1True() {
   assertEquals("Get correct : ", "H001", poubelle.getIdHabitation());
 }