org.springframework.batch.retry.interceptor
Class RetryOperationsInterceptorTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.retry.interceptor.RetryOperationsInterceptorTests

public class RetryOperationsInterceptorTests
extends TestCase


Nested Class Summary
static interface RetryOperationsInterceptorTests.Service
           
static class RetryOperationsInterceptorTests.ServiceImpl
           
 
Constructor Summary
RetryOperationsInterceptorTests()
           
 
Method Summary
protected  void setUp()
           
 void testDefaultInterceptorSunnyDay()
           
 void testIllegalMethodInvocationType()
           
 void testInterceptorChainWithRetry()
           
 void testOutsideTransaction()
           
 void testRetryExceptionAfterTooManyAttempts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetryOperationsInterceptorTests

public RetryOperationsInterceptorTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testDefaultInterceptorSunnyDay

public void testDefaultInterceptorSunnyDay()
                                    throws Exception
Throws:
Exception

testInterceptorChainWithRetry

public void testInterceptorChainWithRetry()
                                   throws Exception
Throws:
Exception

testRetryExceptionAfterTooManyAttempts

public void testRetryExceptionAfterTooManyAttempts()
                                            throws Exception
Throws:
Exception

testOutsideTransaction

public void testOutsideTransaction()
                            throws Exception
Throws:
Exception

testIllegalMethodInvocationType

public void testIllegalMethodInvocationType()
                                     throws Throwable
Throws:
Throwable


Copyright © 2008 SpringSource. All Rights Reserved.