org.springframework.batch.support.transaction
Class TransactionAwareProxyFactoryTests

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

public class TransactionAwareProxyFactoryTests
extends TestCase


Constructor Summary
TransactionAwareProxyFactoryTests()
           
 
Method Summary
 void testCreateList()
           
 void testCreateMap()
           
 void testCreateSet()
           
 void testCreateUnsupported()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionAwareProxyFactoryTests

public TransactionAwareProxyFactoryTests()
Method Detail

testCreateList

public void testCreateList()
                    throws Exception
Throws:
Exception

testCreateSet

public void testCreateSet()
                   throws Exception
Throws:
Exception

testCreateMap

public void testCreateMap()
                   throws Exception
Throws:
Exception

testCreateUnsupported

public void testCreateUnsupported()
                           throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.