org.springframework.batch.support.transaction
Class TransactionAwareMapFactoryTests

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

public class TransactionAwareMapFactoryTests
extends TestCase


Constructor Summary
TransactionAwareMapFactoryTests()
           
 
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

TransactionAwareMapFactoryTests

public TransactionAwareMapFactoryTests()
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.