org.springframework.batch.repeat.listener
Class RepeatListenerTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.repeat.listener.RepeatListenerTests

public class RepeatListenerTests
extends TestCase


Constructor Summary
RepeatListenerTests()
           
 
Method Summary
 void testAfterInterceptors()
           
 void testAsynchronousOnErrorInterceptorsPrecedence()
           
 void testBeforeInterceptorCanVeto()
           
 void testBeforeInterceptors()
           
 void testCloseInterceptors()
           
 void testOnErrorInterceptors()
           
 void testOnErrorInterceptorsPrecedence()
           
 void testOpenInterceptors()
           
 void testSingleOpenInterceptor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatListenerTests

public RepeatListenerTests()
Method Detail

testBeforeInterceptors

public void testBeforeInterceptors()
                            throws Exception
Throws:
Exception

testBeforeInterceptorCanVeto

public void testBeforeInterceptorCanVeto()
                                  throws Exception
Throws:
Exception

testAfterInterceptors

public void testAfterInterceptors()
                           throws Exception
Throws:
Exception

testOpenInterceptors

public void testOpenInterceptors()
                          throws Exception
Throws:
Exception

testSingleOpenInterceptor

public void testSingleOpenInterceptor()
                               throws Exception
Throws:
Exception

testCloseInterceptors

public void testCloseInterceptors()
                           throws Exception
Throws:
Exception

testOnErrorInterceptors

public void testOnErrorInterceptors()
                             throws Exception
Throws:
Exception

testOnErrorInterceptorsPrecedence

public void testOnErrorInterceptorsPrecedence()
                                       throws Exception
Throws:
Exception

testAsynchronousOnErrorInterceptorsPrecedence

public void testAsynchronousOnErrorInterceptorsPrecedence()
                                                   throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.