org.springframework.batch.repeat.interceptor
Class RepeatOperationsInterceptorTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.repeat.interceptor.RepeatOperationsInterceptorTests

public class RepeatOperationsInterceptorTests
extends TestCase


Constructor Summary
RepeatOperationsInterceptorTests()
           
 
Method Summary
protected  void setUp()
           
 void testCallbackWithException()
           
 void testCallbackWithThrowable()
           
 void testDefaultInterceptorSunnyDay()
           
 void testIllegalMethodInvocationType()
           
 void testInterceptorChainWithRetry()
           
 void testSetTemplate()
           
 void testVoidServiceSunnyDay()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatOperationsInterceptorTests

public RepeatOperationsInterceptorTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testDefaultInterceptorSunnyDay

public void testDefaultInterceptorSunnyDay()
                                    throws Exception
Throws:
Exception

testSetTemplate

public void testSetTemplate()
                     throws Exception
Throws:
Exception

testVoidServiceSunnyDay

public void testVoidServiceSunnyDay()
                             throws Exception
Throws:
Exception

testCallbackWithException

public void testCallbackWithException()
                               throws Exception
Throws:
Exception

testCallbackWithThrowable

public void testCallbackWithThrowable()
                               throws Exception
Throws:
Exception

testInterceptorChainWithRetry

public void testInterceptorChainWithRetry()
                                   throws Exception
Throws:
Exception

testIllegalMethodInvocationType

public void testIllegalMethodInvocationType()
                                     throws Throwable
Throws:
Throwable


Copyright © 2008 SpringSource. All Rights Reserved.