diff --git a/cicaprojekt/Tester.java b/cicaprojekt/Tester.java index 657d8cc..3111d65 100644 --- a/cicaprojekt/Tester.java +++ b/cicaprojekt/Tester.java @@ -123,7 +123,7 @@ public class Tester { } @Test - boolean extraZPM(){ + boolean testExtraZPM(){ String[] commands = {"loadMap testExtraZPMs\n", "listZPMs\n", "move O\n", @@ -134,7 +134,7 @@ public class Tester { return testOnSequenceOfCommands(commands, expectedOutputs); - System.out.print("extraZPMs: "); + System.out.print("testExtraZPMs: "); if(results) System.out.println("Sikeres!"); else System.out.println("Sikertelen!"); @@ -192,7 +192,7 @@ public class Tester { } @Test - boolean replicatorPosition(){ + boolean testReplicatorPosition(){ String[] commands = {"loadMap testReplicatorPosition\n", "move O\n"};