|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) public @interface Retry
Used to annotate JUnit tests as being retryable
| Optional Element Summary | |
|---|---|
int |
intervalMsec
Wait this many milliseconds between retries |
int |
timeoutMsec
Retries for at most this many milliseconds |
public abstract int timeoutMsec
public abstract int intervalMsec
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||