Package net.thucydides.core.annotations
Annotation Type Title
-
@Retention(RUNTIME) @Target(METHOD) public @interface Title
An optional title placed on a step, to override the default step name. This annotation is deprecated, and can be replaced by using the value attribute of the Step annotation.
-
-
Element Detail
-
value
String value
-
-