org.springframework.batch.retry.policy
Class ExternalRetryPolicyTests
java.lang.Object
TestCase
org.springframework.batch.retry.policy.ExternalRetryPolicyTests
public class ExternalRetryPolicyTests
- extends TestCase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalRetryPolicyTests
public ExternalRetryPolicyTests()
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.