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