From fa90e150b74ce2e46128738fea40dbb8e6d182c3 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Wed, 30 Mar 2016 21:32:04 +0200 Subject: About to try out interfaces --- .../cardbase/cardstorage/StandaloneCardContainerTest.java | 3 +-- 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() {}; } /*********************************************************************************** diff --git a/todo b/todo index 961b7ef..545479f 100644 --- a/todo +++ b/todo @@ -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 -- cgit v1.2.3