Throwing exceptions to caller instead of handling them

Because exception handling is for the weak
This commit is contained in:
Bokros Bálint 2016-04-25 23:52:16 +02:00
parent 0e5681ef7d
commit 0d770ace11

View File

@ -186,7 +186,7 @@ public class Tester {
} }
@Test @Test
boolean testExtraZPM(){ boolean testExtraZPM() throws IOException {
String[] commands = {"loadMap testExtraZPMs\n", String[] commands = {"loadMap testExtraZPMs\n",
"listZPMs\n", "listZPMs\n",
"move O\n", "move O\n",