com.tngtech.jgiven.annotation
Annotation Type Quoted


@Documented
@Format(value=PrintfFormatter.class,
        args="\"%s\"")
@Retention(value=RUNTIME)
@Target(value={PARAMETER,ANNOTATION_TYPE})
public @interface Quoted

Step parameters annotated with this annotation will be put into quotes (" ") in reports.

Since:
0.7.0