passage de Junit4 à Junit5 (my bad) pour avoir BeforeEach

This commit is contained in:
Rochas
2024-12-19 21:58:38 +01:00
parent 27eedecd8c
commit 090a609651
4 changed files with 210 additions and 7 deletions

View File

@@ -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());
}