renamed TestWall to WallTest

This commit is contained in:
Petter Tobias Madsen 2020-02-20 11:57:57 +01:00
parent ac43b7e322
commit 9e764ecaf5

View File

@ -6,7 +6,7 @@ import inf112.fiasko.roborally.element_properties.WallType;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
public class TestWall {
public class WallTest {
@Test
public void testWallGetWallTypeNormal(){
Wall testGetWall = new Wall(WallType.WALL_NORMAL, Direction.NORTH);