Annotation Interface EmptyTemplate
Annotate a test method with this annotation in order to configure an empty template for the test.
-
Nested Class Summary
-
Optional Element Summary
-
Element Details
-
value
String valueReturns the size of the template.- Returns:
- the size of the template
- Default:
"3x3x3"
-
floor
boolean floorReturns whether the template should have a floor. If this istrue
, the structure's height with be increased by one.- Returns:
- whether the template should have a floor
- Default:
false
-