Added method testOnSequenceOfCommands, which is to be implemented
This commit is contained in:
parent
074b8a90f2
commit
5e31be0bdb
@ -297,7 +297,7 @@ public class Tester {
|
|||||||
|
|
||||||
return results;
|
return results;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
boolean rotationTest() {
|
boolean rotationTest() {
|
||||||
String[] commands = {"loadMap rotationTest\n",
|
String[] commands = {"loadMap rotationTest\n",
|
||||||
@ -330,4 +330,8 @@ public class Tester {
|
|||||||
|
|
||||||
return results;
|
return results;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private boolean testOnSequenceOfCommands(String[] commands, String[] expectedOutputs) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user