From 4f71c5cb4700b39d816c6a4ae123ad94fef456df Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Fri, 17 Jun 2011 20:00:43 +0200 Subject: Kommentare und 2 Methoden, die jetzt kurz genug sind git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@446 72836036-5685-4462-b002-a69064685172 --- test/jrummikub/control/SaveControlTest.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/jrummikub/control') 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(); -- cgit v1.2.3