Package com.tngtech.jgiven.annotation
Annotation Interface Description
This annotation can be used to provide a description for a test class.
Deprecated usage
The@Description
annotation can also be used to
change the representation of a step method or test method.
This value is then used in the generated report
instead of using the method name.
Note that this usage of this annotation is deprecated and you should use
the As
annotation instead.- See Also:
-
Required Element Summary
-
Element Details
-
value
String valueThe description of the test class.
-