Interface | Description |
---|---|
RetryStrategy |
Retry strategy for executing retry tests.
|
Class | Description |
---|---|
AbstractRetryStrategy |
Retry strategy base class.
|
RetryOnExceptionStrategy |
A retry strategy that will ignore a specific type of exception and retry a test if it occurs, up
to a fixed number of times.
|
RetryOnFailureStrategy |
Retry strategy that retry fixed times.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.