Annotation Interface GameTestHolder


@Retention(RUNTIME) @Target(TYPE) public @interface GameTestHolder
Marks a class as containing game tests that should be registered automatically. All methods annotated with GameTest or GameTestGenerator will be registered.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Used as the default template namespace for any game tests in the class that do not specify one.
  • Element Details

    • value

      String value
      Used as the default template namespace for any game tests in the class that do not specify one.
      Default:
      "minecraft"