|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value=METHOD) @Retention(value=RUNTIME) @Inherited public @interface Repeat
Used to annotate a test case method
to have it executed more than once during test execution.
Each execution of the test case will have a separate test result
.
Test
Optional Element Summary | |
---|---|
long |
value
Returns the number of times the test case method should be executed. |
public abstract long value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |