org.springframework.batch.repeat.exception
Class RethrowOnThresholdExceptionHandlerTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.repeat.exception.RethrowOnThresholdExceptionHandlerTests

public class RethrowOnThresholdExceptionHandlerTests
extends TestCase


Constructor Summary
RethrowOnThresholdExceptionHandlerTests()
           
 
Method Summary
 void testError()
           
 void testNonIntegerAsThreshold()
           
 void testNotRethrownWithThreshold()
           
 void testNotStringAsKey()
           
 void testNotUseParent()
           
 void testRethrowOnThreshold()
           
 void testRuntimeException()
           
 void testUseParent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RethrowOnThresholdExceptionHandlerTests

public RethrowOnThresholdExceptionHandlerTests()
Method Detail

testRuntimeException

public void testRuntimeException()
                          throws Throwable
Throws:
Throwable

testError

public void testError()
               throws Throwable
Throws:
Throwable

testNotRethrownWithThreshold

public void testNotRethrownWithThreshold()
                                  throws Throwable
Throws:
Throwable

testRethrowOnThreshold

public void testRethrowOnThreshold()
                            throws Throwable
Throws:
Throwable

testNonIntegerAsThreshold

public void testNonIntegerAsThreshold()
                               throws Exception
Throws:
Exception

testNotUseParent

public void testNotUseParent()
                      throws Throwable
Throws:
Throwable

testUseParent

public void testUseParent()
                   throws Throwable
Throws:
Throwable

testNotStringAsKey

public void testNotStringAsKey()
                        throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.