示例#1
0
 @Test
 public void testSetNature2() {
   poubelle2.setNature(type);
   assertEquals("Get correct : ", type, poubelle2.getNature());
 }
示例#2
0
 @Test
 public void testSetNature1() {
   poubelle.setNature(type2);
   assertEquals("Get correct : ", type2, poubelle.getNature());
 }