diff options
Diffstat (limited to 'test/jrummikub/control')
-rw-r--r-- | test/jrummikub/control/SaveControlTest.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/jrummikub/control/SaveControlTest.java b/test/jrummikub/control/SaveControlTest.java index b2e0299..3ff5f42 100644 --- a/test/jrummikub/control/SaveControlTest.java +++ b/test/jrummikub/control/SaveControlTest.java @@ -20,7 +20,12 @@ import jrummikub.view.MockView; import org.junit.Test; +/** */ public class SaveControlTest { + /** + * @throws IOException + * if input cannot be saved/loaded + */ @Test public void testSaveLoad() throws IOException { GameSettings settings = new GameSettings(); |