BeforeEach partout

This commit is contained in:
Rochas
2024-12-19 21:59:45 +01:00
parent 090a609651
commit e43ecc8cfe
2 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,6 @@ import java.util.HashSet;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
import org.junit.jupiter.api.BeforeEach;

View File

@@ -6,8 +6,8 @@ import java.util.HashSet;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
import org.junit.jupiter.api.BeforeEach;
import src.fr.impl.*;
import src.fr.impl.Parts.*;
@@ -45,7 +45,7 @@ public class test_V2 {
CompatibilityManager cm = new CompatibilityManagerImpl();
@Before
@BeforeEach
public void init(){
Set<PartType> EH120Requirement = new HashSet<PartType>();
EH120Requirement.add(TC120);