mirror of
				https://github.com/inf112-v20/Fiasko.git
				synced 2025-11-03 19:23:45 +01:00 
			
		
		
		
	Fikser gale tester
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user