|
|||||||||
| 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 | |
|---|---|
java.lang.String |
value
Deprecated. |
| Element Detail |
|---|
public abstract java.lang.String value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||