|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Repeat
Test annotation to indicate that a test method should be invoked repeatedly.
Note that the scope of execution to be repeated includes execution of the test method itself as well as any set up or tear down of the test fixture.
Optional Element Summary | |
---|---|
int |
value
|
public abstract int value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |