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

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

public class RepeatOperationsStepFactoryBeanTests
extends TestCase

Author:
Dave Syer

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

Constructor Detail

RepeatOperationsStepFactoryBeanTests

public RepeatOperationsStepFactoryBeanTests()
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

testStepOperationsWithoutChunkListener

public void testStepOperationsWithoutChunkListener()
                                            throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.