mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
Fikser navn på tester i PositionTest
This commit is contained in:
parent
3773c2bbdd
commit
b1d7cb58aa
@ -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());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user