org.springframework.batch.retry.listener
Class RetryListenerTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.retry.listener.RetryListenerTests

public class RetryListenerTests
extends TestCase


Constructor Summary
RetryListenerTests()
           
 
Method Summary
 void testCloseInterceptors()
           
 void testCloseInterceptorsAfterRetry()
           
 void testOnError()
           
 void testOpenCanVetoRetry()
           
 void testOpenInterceptors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetryListenerTests

public RetryListenerTests()
Method Detail

testOpenInterceptors

public void testOpenInterceptors()
                          throws Exception
Throws:
Exception

testOpenCanVetoRetry

public void testOpenCanVetoRetry()
                          throws Exception
Throws:
Exception

testCloseInterceptors

public void testCloseInterceptors()
                           throws Exception
Throws:
Exception

testOnError

public void testOnError()
                 throws Exception
Throws:
Exception

testCloseInterceptorsAfterRetry

public void testCloseInterceptorsAfterRetry()
                                     throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.