mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
Fikser gale tester
This commit is contained in:
parent
643102661c
commit
c6ace34812
@ -28,12 +28,12 @@ public class GameTest {
|
||||
|
||||
@Test
|
||||
public void gameHeightIsPositive() {
|
||||
assertTrue(game.getWidth() > 0);
|
||||
assertTrue(game.getHeight() > 0);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void gameHeightIsMaximumFullHD() {
|
||||
assertTrue(game.getWidth() <= 1080);
|
||||
assertTrue(game.getHeight() <= 1080);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user