Package com.tngtech.jgiven.annotation
Annotation Type ExtendedDescription
-
@Retention(RUNTIME) @Target(METHOD) @Documented public @interface ExtendedDescription
This annotation can be used to define an extended description for a step method or a test method. This description is added to the report.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
The extended description of the step.
-