mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-06-30 21:24:43 +02:00
Fikser navn på tester i PositionTest
This commit is contained in:
@ -13,11 +13,11 @@ public class PositionTest {
|
||||
testPosition = new Position(3, 4);
|
||||
}
|
||||
@Test
|
||||
public void TestGetXPosition(){
|
||||
public void getXPosition(){
|
||||
assertEquals(3,testPosition.getXCoordinate());
|
||||
}
|
||||
@Test
|
||||
public void TestGetYPosition(){
|
||||
public void getYPosition(){
|
||||
assertEquals(4,testPosition.getYCoordinate());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user