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