public class SimpleRetryPolicyTest extends Object
| Constructor and Description | 
|---|
| SimpleRetryPolicyTest() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | delay_DelegatesToBackoffStrategy() | 
| void | nullBackoffStrategy_ThrowsException() | 
| void | nullRetryCondition_ThrowsException() | 
| void | shouldRetry_DelegatesToRetryCondition() | 
public void nullRetryCondition_ThrowsException()
public void nullBackoffStrategy_ThrowsException()
public void shouldRetry_DelegatesToRetryCondition()
public void delay_DelegatesToBackoffStrategy()
Copyright © 2020. All rights reserved.