diff options
-rw-r--r-- | test/eu/equalparts/cardbase/cardstorage/StandaloneCardContainerTest.java | 3 | ||||
-rw-r--r-- | todo | 8 |
2 files changed, 8 insertions, 3 deletions
diff --git a/test/eu/equalparts/cardbase/cardstorage/StandaloneCardContainerTest.java b/test/eu/equalparts/cardbase/cardstorage/StandaloneCardContainerTest.java index bb6edc1..f33341e 100644 --- a/test/eu/equalparts/cardbase/cardstorage/StandaloneCardContainerTest.java +++ b/test/eu/equalparts/cardbase/cardstorage/StandaloneCardContainerTest.java @@ -37,8 +37,7 @@ public class StandaloneCardContainerTest { @Before public void setUp() throws Exception { - uut = new StandaloneCardContainer() { - }; + uut = new StandaloneCardContainer() {}; } /*********************************************************************************** @@ -1,2 +1,8 @@ Cardbase tests: - * decks
\ No newline at end of file + * decks + +Sanity: + * check that refData does not contain 0-count entries + * check that refdata does not contain entries which are not in carddata + * check that carddata does not contain cards which are not in refdata + *
\ No newline at end of file |