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

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

public class TransactionAttributeInterceptorTestBase
extends Object

Tests the @TransactionAttribute interceptor for non ee beans. TODO: refactor the tests to share a common superclass

Author:
stuart

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

TransactionAttributeInterceptorTestBase

public TransactionAttributeInterceptorTestBase()
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 © 2011 Seam Framework. All Rights Reserved.