Skip to content
Snippets Groups Projects
Commit 3ae7402c authored by Fabien Delecroix's avatar Fabien Delecroix
Browse files

refacto classnames et rm imports

parent 04246d31
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@ import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import fr.univlille.iut.r304.tp4.ObserverTestStub;
import fr.univlille.iut.r304.tp4.q1.Subject;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
......
......@@ -5,12 +5,11 @@ import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import fr.univlille.iut.r304.tp4.ObserverTestStub;
import fr.univlille.iut.r304.tp4.q1.Timer;
import static org.junit.jupiter.api.Assertions.*;
public class TestQ_1_3 {
public class TestQ3 {
private static final int MORE_THAN_1_SECOND = 1100; // in milliseconds
......
......@@ -8,10 +8,8 @@ import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import fr.univlille.iut.r304.tp4.ObserverTestStub;
import fr.univlille.iut.r304.tp4.q2.ObservableProperty;
public class TestQ2_1 {
public class TestQ1 {
protected ObservableProperty prop;
protected ObserverTestStub observer;
......
......@@ -5,10 +5,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import fr.univlille.iut.r304.tp4.q2.ConnectableProperty;
public class TestQ2_2 {
public class TestQ2 {
protected ConnectableProperty p1;
protected ConnectableProperty p2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment