Adding test case for the player list (in the lobby) and polishing other tests.

This commit is contained in:
lotodore
2011-02-13 18:48:46 +00:00
parent 2aede6913e
commit 0b38133337
10 changed files with 121 additions and 28 deletions
+1
View File
@@ -25,6 +25,7 @@ import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses( {
AnnounceTest.class,
PlayerListTest.class,
GuestLoginTest.class,
AuthLoginTest.class,
PlayerInfoTest.class,