public class RetryOnExceptionsConditionTest extends Object
Constructor and Description |
---|
RetryOnExceptionsConditionTest() |
Modifier and Type | Method and Description |
---|---|
void |
genericBaseException_ReturnsFalse() |
void |
genericClientException_ReturnsFalse() |
void |
noExceptionInContext_ReturnsFalse() |
void |
nonRetryableClientException_ReturnsFalse() |
void |
nonRetryableServiceException_ReturnsFalse() |
void |
nonRetryableWrappedClientException_ReturnsFalse() |
void |
noRetryableExceptions_ReturnsFalse() |
void |
nullList_ThrowsException() |
void |
retryableClientException_ReturnsTrue() |
void |
retryableServiceException_ReturnsTrue() |
void |
retryableWrappedClientException_ReturnsTrue() |
public void noExceptionInContext_ReturnsFalse()
public void retryableServiceException_ReturnsTrue()
public void nonRetryableServiceException_ReturnsFalse()
public void retryableClientException_ReturnsTrue()
public void nonRetryableClientException_ReturnsFalse()
public void retryableWrappedClientException_ReturnsTrue()
public void nonRetryableWrappedClientException_ReturnsFalse()
public void genericClientException_ReturnsFalse()
public void genericBaseException_ReturnsFalse()
public void noRetryableExceptions_ReturnsFalse()
public void nullList_ThrowsException()
Copyright © 2018. All rights reserved.