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.
  • 可选元素概要

    可选元素
    修饰符和类型
    可选元素
    说明
    Used as the default template namespace for any game tests in the class that do not specify one.
  • 元素详细资料

    • value

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