Implemented getResult and abort in TurnLogic
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@445 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
5ae0590dbc
commit
2c9f1d5d20
3 changed files with 96 additions and 40 deletions
|
@ -364,8 +364,6 @@ public class StoneSetTest {
|
|||
StoneSet testSet = new StoneSet(Arrays.asList(new Stone(2, BLUE),
|
||||
new Stone(3, BLUE), new Stone(4, BLUE)));
|
||||
|
||||
assertEquals(
|
||||
"StoneSet[Stone[value=2,color=BLUE],Stone[value=3,color=BLUE],Stone[value=4,color=BLUE]]",
|
||||
testSet.toString());
|
||||
assertEquals("StoneSet[[BLUE 2],[BLUE 3],[BLUE 4]]", testSet.toString());
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue