org.springframework.batch.retry.policy
Class NeverRetryPolicyTests

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

public class NeverRetryPolicyTests
extends TestCase


Constructor Summary
NeverRetryPolicyTests()
           
 
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

NeverRetryPolicyTests

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