Added method testOnSequenceOfCommands, which is to be implemented
This commit is contained in:
parent
074b8a90f2
commit
5e31be0bdb
@ -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