Package com.tngtech.jgiven.annotation
Annotation Interface SingleQuoted
@Format(value=PrintfFormatter.class,
args="\'%s\'")
@Retention(RUNTIME)
@Target({PARAMETER,ANNOTATION_TYPE,FIELD})
public @interface SingleQuoted
Step parameters annotated with this annotation will be put into quotes (' ') in reports.