@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) @TestTemplate @ExtendWith(value=RetryableTestExtension.class) public @interface RetryableTest
| Modifier and Type | Required Element and Description |
|---|---|
int |
maxRetries
The maximum number of retries.
|
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends Throwable> |
retryableException
Exception to retry
|
Copyright © 2026. All rights reserved.