mirror of
				https://github.com/inf112-v20/Fiasko.git
				synced 2025-11-03 19:23:45 +01:00 
			
		
		
		
	Flytter noen klasser og tar ibruk RoboRallyLauncher. Closes #20
Flytter IDrawableGame og RoboRallyGame (tidligere Game) til Objects Korrigerer navn i RoboRallyGameTest (tidligere GameTest) Korrigerer pakkeendringer i IOUtil
This commit is contained in:
		@@ -1,15 +1,18 @@
 | 
			
		||||
package inf112.fiasko.roborally.game;
 | 
			
		||||
package inf112.fiasko.roborally.game_wrapper;
 | 
			
		||||
 | 
			
		||||
import static org.junit.Assert.assertTrue;
 | 
			
		||||
 | 
			
		||||
import inf112.fiasko.roborally.objects.IDrawableGame;
 | 
			
		||||
import inf112.fiasko.roborally.objects.RoboRallyGame;
 | 
			
		||||
import org.junit.Before;
 | 
			
		||||
import org.junit.Test;
 | 
			
		||||
 | 
			
		||||
public class GameTest {
 | 
			
		||||
public class RoboRallyGameTest {
 | 
			
		||||
    private IDrawableGame game;
 | 
			
		||||
 | 
			
		||||
    @Before
 | 
			
		||||
    public void setUp() {
 | 
			
		||||
        game = new Game();
 | 
			
		||||
        game = new RoboRallyGame();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Test
 | 
			
		||||
		Reference in New Issue
	
	Block a user