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
Exception
public void isThrottlingException_TrueWhenStatusCodeIs429() throws Exception
Exception
public void isThrottlingException_FalseWhenErrorAndStatusCodeDoNotMatch() throws Exception
Exception
public void retriesOnPriorRequestNotCompleteErrorCode()
public void isThrottlingExceptions_True_When_EC2ThrottledException()
public void isThrottlingException_WhenReasonPhraseIsErrorCode()
Copyright © 2024. All rights reserved.