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

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

public class SimpleStepFactoryBeanTests
extends TestCase

Tests for SimpleStepFactoryBean.


Constructor Summary
SimpleStepFactoryBeanTests()
           
 
Method Summary
protected  void setUp()
           
 void testChunkListeners()
           
 void testCommitIntervalMustBeGreaterThanZero()
          Commit interval specified is not allowed to be zero or negative.
 void testExceptionTerminates()
           
 void testSimpleJob()
           
 void testSimpleJobWithItemListeners()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleStepFactoryBeanTests

public SimpleStepFactoryBeanTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testSimpleJob

public void testSimpleJob()
                   throws Exception
Throws:
Exception

testSimpleJobWithItemListeners

public void testSimpleJobWithItemListeners()
                                    throws Exception
Throws:
Exception

testExceptionTerminates

public void testExceptionTerminates()
                             throws Exception
Throws:
Exception

testChunkListeners

public void testChunkListeners()
                        throws Exception
Throws:
Exception

testCommitIntervalMustBeGreaterThanZero

public void testCommitIntervalMustBeGreaterThanZero()
                                             throws Exception
Commit interval specified is not allowed to be zero or negative.

Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.