Adding test of the different methods to block a player from the server.

This commit is contained in:
lotodore
2011-02-19 23:50:01 +00:00
parent 5730cd321d
commit 781d8a820e
4 changed files with 160 additions and 39 deletions
+1
View File
@@ -36,6 +36,7 @@ import org.junit.runners.Suite;
CreateRankingGameTest.class,
StartNormalGameTest.class,
RunNormalGameTest.class,
BlockedPlayerTest.class,
RunRankingGameTest.class
})
public class AllTests {