com.tngtech.jgiven.annotation
Annotation Type ExtendedDescription


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public @interface ExtendedDescription

This annotation can be used to define an extended description for a step method. This description is added to the report.


Required Element Summary
 java.lang.String value
          The extended description of the step.
 

Element Detail

value

public abstract java.lang.String value
The extended description of the step.