com.tngtech.jgiven.annotation
Annotation Type CasesAsTable


Deprecated. since v0.2.2, data tables are the default, so this annotation has no effect anymore

@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
@Deprecated
public @interface CasesAsTable

Test methods or test classes can be annotated with this annotation to indicate that the generated report should generate a data table instead of multiple scenario cases.