mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-08-11 17:45:28 +02:00
Fikser gale tester
This commit is contained in:
@@ -28,12 +28,12 @@ public class GameTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void gameHeightIsPositive() {
|
public void gameHeightIsPositive() {
|
||||||
assertTrue(game.getWidth() > 0);
|
assertTrue(game.getHeight() > 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void gameHeightIsMaximumFullHD() {
|
public void gameHeightIsMaximumFullHD() {
|
||||||
assertTrue(game.getWidth() <= 1080);
|
assertTrue(game.getHeight() <= 1080);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Reference in New Issue
Block a user