added extraZPMs test to Tester.java
This commit is contained in:
parent
1bf5df9b08
commit
68c0dd96e3
@ -99,4 +99,16 @@ public class Tester {
|
|||||||
return results;
|
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