Annotation Interface GameTestGroup


@Target(TYPE) @Retention(RUNTIME) public @interface GameTestGroup
Allows for test method declarations to be concise by moving subdirectories and namespaces to the class level.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The subdirectory to search for test structures in.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The namespace to search for test structures in.
  • Element Details

    • path

      String path
      The subdirectory to search for test structures in.
    • namespace

      String namespace
      The namespace to search for test structures in.
      Default:
      "create"