Added method testOnSequenceOfCommands, which is to be implemented
This commit is contained in:
		| @@ -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; | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user