mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-02-01 07:39:35 +01:00
Fixed typo and imports.
This commit is contained in:
parent
cd8905abd9
commit
3add3fa487
@ -42,5 +42,5 @@ public class PositionTest {
|
|||||||
public void equalXandDifferentYIsNotEqual() { assertNotEquals(testPosition1, testPosition6);}
|
public void equalXandDifferentYIsNotEqual() { assertNotEquals(testPosition1, testPosition6);}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void equalYandDifferentYXIsNotEqual() { assertNotEquals(testPosition1, testPosition5);}
|
public void equalYandDifferentXIsNotEqual() { assertNotEquals(testPosition1, testPosition5);}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
package inf112.fiasko.roborally.element_properties;
|
package inf112.fiasko.roborally.element_properties;
|
||||||
|
|
||||||
import inf112.fiasko.roborally.element_properties.TileType;
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
package inf112.fiasko.roborally.element_properties;
|
package inf112.fiasko.roborally.element_properties;
|
||||||
|
|
||||||
import inf112.fiasko.roborally.element_properties.TileType;
|
|
||||||
import inf112.fiasko.roborally.element_properties.WallType;
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
package inf112.fiasko.roborally.objects;
|
package inf112.fiasko.roborally.objects;
|
||||||
|
|
||||||
import inf112.fiasko.roborally.element_properties.Direction;
|
import inf112.fiasko.roborally.element_properties.Direction;
|
||||||
import inf112.fiasko.roborally.objects.Wall;
|
|
||||||
import inf112.fiasko.roborally.element_properties.WallType;
|
import inf112.fiasko.roborally.element_properties.WallType;
|
||||||
import static org.junit.Assert.assertEquals;
|
import static org.junit.Assert.assertEquals;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user