public class RetryPolicyAdapterTest extends Object
Constructor and Description |
---|
RetryPolicyAdapterTest() |
Modifier and Type | Method and Description |
---|---|
void |
computeDelayBeforeNextRetry_DelegatesToLegacyPolicy() |
void |
getLegacyRetryPolicy_ReturnsSamePolicy() |
void |
nullClientConfiguration_ThrowsException() |
void |
nullRetryPolicy_ThrowsException() |
void |
setup() |
void |
shouldRetry_MaxErrorInClientConfigHonored_DoesNotUseMaxErrorInPolicy() |
void |
shouldRetry_MaxErrorNotExceeded_DelegatesToLegacyRetryCondition() |
void |
shouldRetry_MaxErrorRetryReached() |
public void setup()
public void getLegacyRetryPolicy_ReturnsSamePolicy()
public void nullRetryPolicy_ThrowsException()
public void nullClientConfiguration_ThrowsException()
public void computeDelayBeforeNextRetry_DelegatesToLegacyPolicy()
public void shouldRetry_MaxErrorRetryReached()
public void shouldRetry_MaxErrorInClientConfigHonored_DoesNotUseMaxErrorInPolicy()
public void shouldRetry_MaxErrorNotExceeded_DelegatesToLegacyRetryCondition()
Copyright © 2019. All rights reserved.