Throwing exceptions to caller instead of handling them
Because exception handling is for the weak
This commit is contained in:
parent
0e5681ef7d
commit
0d770ace11
@ -186,7 +186,7 @@ public class Tester {
|
||||
}
|
||||
|
||||
@Test
|
||||
boolean testExtraZPM(){
|
||||
boolean testExtraZPM() throws IOException {
|
||||
String[] commands = {"loadMap testExtraZPMs\n",
|
||||
"listZPMs\n",
|
||||
"move O\n",
|
||||
|
Loading…
Reference in New Issue
Block a user