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
This commit is contained in:
parent
2c9f1d5d20
commit
4f71c5cb47
10 changed files with 149 additions and 60 deletions
|
@ -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();
|
||||
|
|
Reference in a new issue