Test für RoundControl fertig

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@128 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Ida Massow 2011-05-04 23:26:01 +02:00
parent db7489a5c7
commit e2f82f3f28
10 changed files with 296 additions and 36 deletions

View file

@ -8,7 +8,7 @@ import org.junit.Before;
import org.junit.Test;
public class GameStateTest {
private GameState testGame;
private IGameState testGame;
@Before
public void createGame() {