Implemented initial meld test using new AI
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@441 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
751d5a3aa9
commit
3ffad85972
6 changed files with 164 additions and 26 deletions
|
@ -221,7 +221,7 @@ public class HandTest {
|
|||
}
|
||||
|
||||
/** */
|
||||
@Test
|
||||
@Test(timeout = 1000)
|
||||
public void testValidHuge() {
|
||||
List<Stone> stones = new ArrayList<Stone>();
|
||||
for (int i = 1; i <= 10; i++) {
|
||||
|
@ -232,7 +232,7 @@ public class HandTest {
|
|||
}
|
||||
|
||||
/** */
|
||||
@Test
|
||||
@Test(timeout = 1000)
|
||||
public void testInvalidHuge() {
|
||||
testInitialMeld(false, Arrays.asList(new Stone(1, RED), new Stone(2, RED),
|
||||
new Stone(4, RED), new Stone(6, RED), new Stone(8, RED), new Stone(10,
|
||||
|
|
Reference in a new issue