org.springframework.batch.retry.policy
Class AlwaysRetryPolicyTests

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

public class AlwaysRetryPolicyTests
extends TestCase


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

Constructor Detail

AlwaysRetryPolicyTests

public AlwaysRetryPolicyTests()
Method Detail

testSimpleOperations

public void testSimpleOperations()
                          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.