Ranking game test now also checks whether database entries are correctly created.

This commit is contained in:
lotodore
2010-11-14 12:52:53 +00:00
parent f37104e6ec
commit 1b419862cd
3 changed files with 73 additions and 12 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ import org.junit.runners.Suite;
CreateGameTest.class,
CreateRankingGameTest.class,
StartNormalGameTest.class,
RunNormalGameTest.class
RunNormalGameTest.class,
RunRankingGameTest.class
})
public class AllTests {
public static void main(String[] args)