public class RetryOperationsInterceptorTests extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
RetryOperationsInterceptorTests.Service |
static class |
RetryOperationsInterceptorTests.ServiceImpl |
Constructor and Description |
---|
RetryOperationsInterceptorTests() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testDefaultInterceptorSunnyDay() |
void |
testDefaultInterceptorWithRecovery() |
void |
testIllegalMethodInvocationType() |
void |
testInterceptorChainWithRetry() |
void |
testOutsideTransaction() |
void |
testRetryExceptionAfterTooManyAttempts() |
public void testDefaultInterceptorSunnyDay() throws Exception
Exception
public void testDefaultInterceptorWithRecovery() throws Exception
Exception
public void testInterceptorChainWithRetry() throws Exception
Exception
public void testRetryExceptionAfterTooManyAttempts() throws Exception
Exception
Copyright © 2014 SpringSource. All rights reserved.