summaryrefslogtreecommitdiffstats
path: root/test/jrummikub/control/SaveControlTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/jrummikub/control/SaveControlTest.java')
-rw-r--r--test/jrummikub/control/SaveControlTest.java5
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();