批注接口 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.
  • 嵌套类概要

    嵌套类
    修饰符和类型
    说明
    static final record 
     
  • 可选元素概要

    可选元素
    修饰符和类型
    可选元素
    说明
    boolean
    返回 whether the template should have a floor。
    返回 the size of the template。
  • 元素详细资料

    • value

      String value
      返回 the size of the template。
      返回:
      the size of the template
      默认值:
      "3x3x3"
    • floor

      boolean floor
      返回 whether the template should have a floor。 If this is true, the structure's height with be increased by one.
      返回:
      whether the template should have a floor
      默认值:
      false