diff --git a/cicaprojekt/Tester.java b/cicaprojekt/Tester.java index c42a098..2e2b6d4 100644 --- a/cicaprojekt/Tester.java +++ b/cicaprojekt/Tester.java @@ -78,6 +78,13 @@ public class Tester { } } + void listStargates() { + System.out.println(Stargate.blueStargate); + System.out.println(Stargate.yellowStargate); + System.out.println(Stargate.redStargate); + System.out.println(Stargate.greenStargate); + } + /* custom Test annotation */ @Target(ElementType.METHOD) // it's for methods @Retention(RetentionPolicy.RUNTIME) // we want to retain annotations in runtime