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 | retriesOnPriorRequestNotCompleteErrorCode() | 
public void isThrottlingException_TrueWhenErrorCodeMatchesKnownCodes()
                                                              throws Exception
Exceptionpublic void isThrottlingException_TrueWhenStatusCodeIs429()
                                                   throws Exception
Exceptionpublic void isThrottlingException_FalseWhenErrorAndStatusCodeDoNotMatch()
                                                                 throws Exception
Exceptionpublic void retriesOnPriorRequestNotCompleteErrorCode()
Copyright © 2020. All rights reserved.