Add tests implementations.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package fr.insa.gei.angles;
|
||||
|
||||
public class AngleTest extends IAngleTest {
|
||||
|
||||
public AngleTest() {
|
||||
super(new AngleFactory());
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
package fr.insa.gei.fractions;
|
||||
|
||||
public class FractionTest extends IFractionTest {
|
||||
|
||||
public FractionTest() {
|
||||
super(new FractionFactory());
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user