public class StatefulRetryOperationsInterceptorTests extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
StatefulRetryOperationsInterceptorTests.Service |
static class |
StatefulRetryOperationsInterceptorTests.ServiceImpl |
static interface |
StatefulRetryOperationsInterceptorTests.Transformer |
static class |
StatefulRetryOperationsInterceptorTests.TransformerImpl |
Constructor and Description |
---|
StatefulRetryOperationsInterceptorTests() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testDefaultInterceptorAlwaysRetry() |
void |
testDefaultInterceptorSunnyDay() |
void |
testDefaultTransformerInterceptorSunnyDay() |
void |
testInterceptorChainWithRetry() |
void |
testRecoveryAfterTooManyAttempts() |
void |
testRetryExceptionAfterTooManyAttemptsWithNoRecovery() |
void |
testTransformerRecoveryAfterTooManyAttempts() |
void |
testTransformerWithSuccessfulRetry() |
public StatefulRetryOperationsInterceptorTests()
public void testDefaultInterceptorSunnyDay() throws Exception
Exception
public void testDefaultTransformerInterceptorSunnyDay() throws Exception
Exception
public void testDefaultInterceptorAlwaysRetry() throws Exception
Exception
public void testInterceptorChainWithRetry() throws Exception
Exception
public void testTransformerWithSuccessfulRetry() throws Exception
Exception
public void testRetryExceptionAfterTooManyAttemptsWithNoRecovery() throws Exception
Exception
public void testRecoveryAfterTooManyAttempts() throws Exception
Exception
Copyright © 2014 SpringSource. All rights reserved.