org.springframework.batch.retry.policy
Class ExternalRetryPolicyTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.retry.policy.ExternalRetryPolicyTests

public class ExternalRetryPolicyTests
extends TestCase


Constructor Summary
ExternalRetryPolicyTests()
           
 
Method Summary
 void testExternalRetryStopsLoop()
           
 void testExternalRetryWithFailAndNoRetry()
           
 void testNonThrowableIsNotRecoverable()
           
 void testRecoverableException()
           
 void testSuclassIsRecoverable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalRetryPolicyTests

public ExternalRetryPolicyTests()
Method Detail

testExternalRetryStopsLoop

public void testExternalRetryStopsLoop()
                                throws Exception
Throws:
Exception

testExternalRetryWithFailAndNoRetry

public void testExternalRetryWithFailAndNoRetry()
                                         throws Exception
Throws:
Exception

testNonThrowableIsNotRecoverable

public void testNonThrowableIsNotRecoverable()
                                      throws Exception
Throws:
Exception

testSuclassIsRecoverable

public void testSuclassIsRecoverable()
                              throws Exception
Throws:
Exception

testRecoverableException

public void testRecoverableException()
                              throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.