Package com.tngtech.jgiven.annotation
Annotation Interface Format
Allows arguments of step methods to be formatted with an ArgumentFormatter.
- Since:
- 0.7.0 this annotation can be put onto other annotations
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionString[]
Optional arguments for the ArgumentFormatter.Class<? extends ArgumentFormatter<?>>
-
Element Details
-
value
Class<? extends ArgumentFormatter<?>> value- Default:
- com.tngtech.jgiven.format.PrintfFormatter.class
-
args
String[] argsOptional arguments for the ArgumentFormatter.- Default:
- {}
-