org.jboss.seam.persistence.test
Class EntityInjectionTestBase

java.lang.Object
  extended by org.jboss.seam.persistence.test.EntityInjectionTestBase

public class EntityInjectionTestBase
extends Object

Tests that injection is working for JPA entities

Author:
Stuart Douglas

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

Constructor Detail

EntityInjectionTestBase

public EntityInjectionTestBase()
Method Detail

getTestClasses

public static Class<?>[] getTestClasses()

testInjectionIntoEntity

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


Copyright © 2011 Seam Framework. All Rights Reserved.