|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface TestStep
Meta-annotation Retention indicate that this annotation must be retained in runtime Meta-annotation Target indicates that this annotation type can be used to annotate only method declarations.
| Optional Element Summary | |
|---|---|
int |
from
Deprecated. As of release 1.0, replaced by range() |
boolean |
measure
Deprecated. As of release 1.0. |
java.lang.String |
name
Deprecated. As of release 1.0, use method name instead. |
int |
order
|
int |
place
Deprecated. As of release 1.0, replaced by range() |
java.lang.String |
range
Range of peers where the test step should be executed. |
int |
step
Deprecated. As of release 1.0, replaced by order() |
int |
timeout
|
int |
to
Deprecated. As of release 1.0, replaced by range() |
public abstract java.lang.String range
public abstract int order
public abstract int timeout
@Deprecated public abstract int place
range()
@Deprecated public abstract int from
range()
@Deprecated public abstract int to
range()
@Deprecated public abstract boolean measure
@Deprecated public abstract int step
order()
@Deprecated public abstract java.lang.String name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||