public class SimpleRetryPolicyTests extends Object
Constructor and Description |
---|
SimpleRetryPolicyTests() |
Modifier and Type | Method and Description |
---|---|
void |
testCanRetryIfNoException() |
void |
testEmptyExceptionsNeverRetry() |
void |
testFatalOverridesRetryable() |
void |
testParent() |
void |
testRetryableWithCause() |
void |
testRetryCount() |
void |
testRetryLimitInitialState() |
void |
testRetryLimitSubsequentState() |
public void testCanRetryIfNoException() throws Exception
Exception
public void testEmptyExceptionsNeverRetry() throws Exception
Exception
public void testRetryLimitInitialState() throws Exception
Exception
public void testRetryLimitSubsequentState() throws Exception
Exception
public void testFatalOverridesRetryable() throws Exception
Exception
Copyright © 2014 SpringSource. All rights reserved.