net.thucydides.core.annotations
Annotation Type Title


@Retention(value=RUNTIME)
@Target(value=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.


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.