org.springframework.batch.core.step.item
Class StatefulRetryStepFactoryBeanTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.core.step.item.StatefulRetryStepFactoryBeanTests

public class StatefulRetryStepFactoryBeanTests
extends TestCase

Author:
Dave Syer

Constructor Summary
StatefulRetryStepFactoryBeanTests()
           
 
Method Summary
protected  void setUp()
           
 void testDefaultValue()
           
 void testRecovery()
           
 void testSkipAndRetry()
           
 void testType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatefulRetryStepFactoryBeanTests

public StatefulRetryStepFactoryBeanTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testType

public void testType()
              throws Exception
Throws:
Exception

testDefaultValue

public void testDefaultValue()
                      throws Exception
Throws:
Exception

testRecovery

public void testRecovery()
                  throws Exception
Throws:
Exception

testSkipAndRetry

public void testSkipAndRetry()
                      throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.