Nochmal: GameState fertig und getestet, diesmal richtig

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@93 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Ida Massow 2011-05-03 19:56:01 +02:00
parent 2f4f2f79ae
commit e7613bfd93
3 changed files with 28 additions and 6 deletions

View file

@ -21,7 +21,7 @@ public class GameStateTest {
assertEquals(4, testGame.players.size());
assertSame(Color.red, testGame.activePlayer().getColor());
testGame.nextPlayer();
assertSame(Color.blue, testGame.activePlayer().getColor());
assertSame(Color.yellow, testGame.activePlayer().getColor());
testGame.nextPlayer();
testGame.nextPlayer();
testGame.nextPlayer();