mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-02-07 18:49:34 +01:00
renamed TestWall to WallTest
This commit is contained in:
parent
ac43b7e322
commit
9e764ecaf5
@ -6,7 +6,7 @@ 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;
|
||||||
|
|
||||||
public class TestWall {
|
public class WallTest {
|
||||||
@Test
|
@Test
|
||||||
public void testWallGetWallTypeNormal(){
|
public void testWallGetWallTypeNormal(){
|
||||||
Wall testGetWall = new Wall(WallType.WALL_NORMAL, Direction.NORTH);
|
Wall testGetWall = new Wall(WallType.WALL_NORMAL, Direction.NORTH);
|
Loading…
x
Reference in New Issue
Block a user