Adding test case for rejoin.

This commit is contained in:
lotodore
2011-10-29 12:54:53 +00:00
parent 44a1ca3a9b
commit 01047622c2
4 changed files with 312 additions and 4 deletions
+2 -1
View File
@@ -37,7 +37,8 @@ import org.junit.runners.Suite;
StartNormalGameTest.class,
RunNormalGameTest.class,
BlockedPlayerTest.class,
RunRankingGameTest.class
RunRankingGameTest.class,
RejoinGameTest.class
})
public class AllTests {
public static void main(String[] args)