org.springframework.batch.item.support
Class TransactionAwareListItemReaderTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.item.support.TransactionAwareListItemReaderTests

public class TransactionAwareListItemReaderTests
extends TestCase


Constructor Summary
TransactionAwareListItemReaderTests()
           
 
Method Summary
protected  void setUp()
           
 void testCommit()
           
 void testNext()
           
 void testRollback()
           
 void testTransactionalExhausted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionAwareListItemReaderTests

public TransactionAwareListItemReaderTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testNext

public void testNext()
              throws Exception
Throws:
Exception

testCommit

public void testCommit()
                throws Exception
Throws:
Exception

testTransactionalExhausted

public void testTransactionalExhausted()
                                throws Exception
Throws:
Exception

testRollback

public void testRollback()
                  throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.