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

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Optional arguments for the ArgumentFormatter.
    Class<? extends ArgumentFormatter<?>>
     
  • Element Details

    • value

      Class<? extends ArgumentFormatter<?>> value
      Default:
      com.tngtech.jgiven.format.PrintfFormatter.class
    • args

      String[] args
      Optional arguments for the ArgumentFormatter.
      Default:
      {}