correction nom des Impl
This commit is contained in:
@@ -8,8 +8,8 @@ import static org.junit.Assert.*;
|
|||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import src.fr.impl.*;
|
import src.fr.impl.*;
|
||||||
import src.fr.api.PartType;
|
import src.fr.api.*;
|
||||||
import src.fr.api.Category;
|
|
||||||
|
|
||||||
public class test {
|
public class test {
|
||||||
public static void main(String[] args){
|
public static void main(String[] args){
|
||||||
@@ -41,7 +41,7 @@ public class test {
|
|||||||
PartType IH= new PartTypeImpl("IH", Interior);
|
PartType IH= new PartTypeImpl("IH", Interior);
|
||||||
PartType IS= new PartTypeImpl("IS", Interior);
|
PartType IS= new PartTypeImpl("IS", Interior);
|
||||||
|
|
||||||
CompatibilityManager cm = new CompatibilityManager();
|
CompatibilityManager cm = new CompatibilityManagerImpl();
|
||||||
|
|
||||||
Set<PartType> EH120Requirement = new HashSet<PartType>();
|
Set<PartType> EH120Requirement = new HashSet<PartType>();
|
||||||
EH120Requirement.add(TC120);
|
EH120Requirement.add(TC120);
|
||||||
|
|||||||
Reference in New Issue
Block a user