|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
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 |
|---|
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||