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

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

public class UserTransactionTestBase
extends Object


Constructor Summary
UserTransactionTestBase()
           
 
Method Summary
static Class<?>[] getTestClasses()
           
 void synchronizationsTest()
           
 void userTransactionTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTransactionTestBase

public UserTransactionTestBase()
Method Detail

getTestClasses

public static Class<?>[] getTestClasses()

userTransactionTest

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

synchronizationsTest

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


Copyright © 2011 Seam Framework. All Rights Reserved.