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
 String value
          Deprecated.  
 

Element Detail

value

public abstract String value
Deprecated. 


Copyright © 2014 TNG Technology Consulting. All rights reserved.