added extraZPMs test to Tester.java
This commit is contained in:
parent
1bf5df9b08
commit
68c0dd96e3
@ -98,5 +98,17 @@ public class Tester {
|
||||
|
||||
return results;
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
boolean extraZPM(){
|
||||
String[] commands = {"loadMap testExtraZPMs\n",
|
||||
"listZPMs\n",
|
||||
"move O\n",
|
||||
"move O\n",
|
||||
"listZPMs\n"};
|
||||
|
||||
String[] expectedOutputs = {};
|
||||
|
||||
return testOnSequenceOfCommands(commands, expectedOutputs);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user