org.springframework.batch.support.transaction
Class TransactionAwareListFactoryTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.support.transaction.TransactionAwareListFactoryTests

public class TransactionAwareListFactoryTests
extends TestCase


Constructor Summary
TransactionAwareListFactoryTests()
           
 
Method Summary
protected  void setUp()
           
 void testAdd()
           
 void testClear()
           
 void testRemove()
           
 void testTransactionalAdd()
           
 void testTransactionalAddWithRollback()
           
 void testTransactionalClear()
           
 void testTransactionalClearWithRollback()
           
 void testTransactionalRemove()
           
 void testTransactionalRemoveWithRollback()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionAwareListFactoryTests

public TransactionAwareListFactoryTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testAdd

public void testAdd()

testRemove

public void testRemove()

testClear

public void testClear()

testTransactionalAdd

public void testTransactionalAdd()
                          throws Exception
Throws:
Exception

testTransactionalRemove

public void testTransactionalRemove()
                             throws Exception
Throws:
Exception

testTransactionalClear

public void testTransactionalClear()
                            throws Exception
Throws:
Exception

testTransactionalAddWithRollback

public void testTransactionalAddWithRollback()
                                      throws Exception
Throws:
Exception

testTransactionalRemoveWithRollback

public void testTransactionalRemoveWithRollback()
                                         throws Exception
Throws:
Exception

testTransactionalClearWithRollback

public void testTransactionalClearWithRollback()
                                        throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.