From 8c3c66f361934e521ef7d00e9464cfc51875badc Mon Sep 17 00:00:00 2001 From: Jannis Harder Date: Tue, 24 May 2011 21:57:18 +0200 Subject: Implemented routine to check if initial melds are possible git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@266 72836036-5685-4462-b002-a69064685172 --- test/jrummikub/control/RoundControlTest.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/jrummikub/control') diff --git a/test/jrummikub/control/RoundControlTest.java b/test/jrummikub/control/RoundControlTest.java index 9894e35..2d316d8 100644 --- a/test/jrummikub/control/RoundControlTest.java +++ b/test/jrummikub/control/RoundControlTest.java @@ -332,6 +332,7 @@ public class RoundControlTest { assertEquals(14 + 7, hand.getSize()); } + /** */ @Test public void laidOutJustChangedTable() { roundControl.startRound(); @@ -631,6 +632,7 @@ public class RoundControlTest { assertTrue(stones.containsAll(expectedStones)); } + /** */ @Test public void testTableSetDifference() { ITable oldTable = new Table(); @@ -682,6 +684,7 @@ public class RoundControlTest { assertEquals(1, newSets.size()); } + /** */ @Test public void heapIsEmpty() { roundState.getGameHeap().drawStones(106 - 14 * 4 - 1); -- cgit v1.2.3