public class RetryUtilsTest extends Object
| Constructor and Description | 
|---|
RetryUtilsTest()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
isThrottlingException_FalseWhenErrorAndStatusCodeDoNotMatch()  | 
void | 
isThrottlingException_TrueWhenErrorCodeMatchesKnownCodes()  | 
void | 
isThrottlingException_TrueWhenStatusCodeIs429()  | 
void | 
isThrottlingException_WhenReasonPhraseIsErrorCode()  | 
void | 
isThrottlingExceptions_True_When_EC2ThrottledException()  | 
void | 
retriesOnPriorRequestNotCompleteErrorCode()  | 
public void isThrottlingException_TrueWhenErrorCodeMatchesKnownCodes()
                                                              throws Exception
Exceptionpublic void isThrottlingException_TrueWhenStatusCodeIs429()
                                                   throws Exception
Exceptionpublic void isThrottlingException_FalseWhenErrorAndStatusCodeDoNotMatch()
                                                                 throws Exception
Exceptionpublic void retriesOnPriorRequestNotCompleteErrorCode()
public void isThrottlingExceptions_True_When_EC2ThrottledException()
public void isThrottlingException_WhenReasonPhraseIsErrorCode()
Copyright © 2023. All rights reserved.