Tests und imlementierung für Wert von Sets bestimmen, fertig und getestet

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@242 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Ida Massow 2011-05-16 20:54:37 +02:00
parent 9ad7f0822e
commit f7aace7234
5 changed files with 147 additions and 58 deletions

View file

@ -31,4 +31,5 @@ public class GameStateTest {
testGame.nextPlayer();
assertSame(Color.red, testGame.getActivePlayer().getColor());
}
}