org.springframework.batch.retry.policy
Class TimeoutRetryPolicyTests

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

public class TimeoutRetryPolicyTests
extends TestCase


Constructor Summary
TimeoutRetryPolicyTests()
           
 
Method Summary
 void testParent()
           
 void testRetryCount()
           
 void testTimeoutPreventsRetry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeoutRetryPolicyTests

public TimeoutRetryPolicyTests()
Method Detail

testTimeoutPreventsRetry

public void testTimeoutPreventsRetry()
                              throws Exception
Throws:
Exception

testRetryCount

public void testRetryCount()
                    throws Exception
Throws:
Exception

testParent

public void testParent()
                throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.