diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2016-03-30 21:32:04 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2016-03-30 21:32:04 +0200 |
commit | fa90e150b74ce2e46128738fea40dbb8e6d182c3 (patch) | |
tree | d2ce3b38d9606a43397674ba18b1a9290e08ecb5 | |
parent | 505e3dfc41d3191cf48fc201b2dac636ca9ca59a (diff) |
About to try out interfaces
-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 |