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