mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-06-27 19:54:43 +02:00
Fikset import og konstruktør
This commit is contained in:
@ -5,12 +5,14 @@ import static org.junit.Assert.assertTrue;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class RoboRallyGameTest {
|
||||
private IDrawableGame game;
|
||||
|
||||
@Before
|
||||
public void setUp() {
|
||||
game = new RoboRallyGame();
|
||||
game = new RoboRallyGame(new ArrayList<>());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user