passage de Junit4 à Junit5 (my bad) pour avoir BeforeEach
This commit is contained in:
@@ -89,14 +89,9 @@ public class test_V2 {
|
||||
cm.addIncompatibilities(IS, ISIncompatibilities);
|
||||
cm.addRequirements(IS, ISRequirement);
|
||||
|
||||
|
||||
|
||||
//EG100.setProperty("prix","5€");
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@Test
|
||||
public void test_isComplete(){
|
||||
@@ -211,7 +206,6 @@ public class test_V2 {
|
||||
config1.selectPart(XS);
|
||||
config1.selectPart(IS);
|
||||
|
||||
|
||||
assertTrue(config1.getPart(exterior).getProperty("color").isEmpty());
|
||||
assertTrue(config1.isValid());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user