diff --git a/cicaprojekt/Tester.java b/cicaprojekt/Tester.java index 3a30079..240ec58 100644 --- a/cicaprojekt/Tester.java +++ b/cicaprojekt/Tester.java @@ -297,7 +297,7 @@ public class Tester { return results; } - + @Test boolean rotationTest() { String[] commands = {"loadMap rotationTest\n", @@ -330,4 +330,8 @@ public class Tester { return results; } + + private boolean testOnSequenceOfCommands(String[] commands, String[] expectedOutputs) { + return true; + } }