Annotation Interface EmptyTemplate


@Target(METHOD) @Retention(RUNTIME) public @interface EmptyTemplate
Annotate a test method with this annotation in order to configure an empty template for the test.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final record 
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Returns whether the template should have a floor.
    Returns the size of the template.
  • Element Details

    • value

      String value
      Returns the size of the template.
      Returns:
      the size of the template
      Default:
      "3x3x3"
    • floor

      boolean floor
      Returns whether the template should have a floor. If this is true, the structure's height with be increased by one.
      Returns:
      whether the template should have a floor
      Default:
      false