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.

EXPERIMENTAL FEATURE

This is an experimental feature. It is not guaranteed that this feature will be present in future versions of JGiven.


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.