org.jboss.seam.persistence.transactions.test
Class TransactionInterceptorTestBase

java.lang.Object
  extended by org.jboss.seam.persistence.transactions.test.TransactionInterceptorTestBase

public class TransactionInterceptorTestBase
extends Object

Tests the @Transactional interceptor TODO: refactor the tests to share a common superclass

Author:
stuart

Constructor Summary
TransactionInterceptorTestBase()
           
 
Method Summary
 void assertHotels(int count)
           
static Class<?>[] getTestClasses()
           
 void testTransactionInterceptor()
           
 void testTransactionInterceptorMethodOverrides()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionInterceptorTestBase

public TransactionInterceptorTestBase()
Method Detail

getTestClasses

public static Class<?>[] getTestClasses()

testTransactionInterceptor

public void testTransactionInterceptor()
                                throws NotSupportedException,
                                       SystemException,
                                       SecurityException,
                                       IllegalStateException,
                                       RollbackException,
                                       HeuristicMixedException,
                                       HeuristicRollbackException
Throws:
NotSupportedException
SystemException
SecurityException
IllegalStateException
RollbackException
HeuristicMixedException
HeuristicRollbackException

testTransactionInterceptorMethodOverrides

public void testTransactionInterceptorMethodOverrides()

assertHotels

public void assertHotels(int count)
                  throws NotSupportedException,
                         SystemException
Throws:
NotSupportedException
SystemException


Copyright © 2010 Seam Framework. All Rights Reserved.