com.tngtech.jgiven.annotation
Annotation Type ScenarioDescription


Deprecated. just use Description instead, will be removed with v0.5

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

Can be used to annotated test methods to give a scenario a complex description that cannot be directly represented by a Java method name.


Required Element Summary
 java.lang.String value
          Deprecated.  
 

Element Detail

value

public abstract java.lang.String value
Deprecated.