org.jboss.webbeans.tck.unit.implementation.commonAnnotations
Class ResourceInjectionTest

java.lang.Object
  extended by org.jboss.webbeans.tck.AbstractTest
      extended by org.jboss.webbeans.tck.unit.implementation.commonAnnotations.ResourceInjectionTest

public class ResourceInjectionTest
extends AbstractTest

Spec version: PRD2


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.webbeans.tck.AbstractTest
AbstractTest.RunInDependentContext
 
Field Summary
 
Fields inherited from class org.jboss.webbeans.tck.AbstractTest
BUILT_IN_BEANS, manager, visited
 
Constructor Summary
ResourceInjectionTest()
           
 
Method Summary
 void testInjectionOfEJB()
           
 void testInjectionOfPersistenceContext()
           
 void testInjectionOfResource()
           
 
Methods inherited from class org.jboss.webbeans.tck.AbstractTest
activateDependentContext, after, before, createEnterpriseBean, createProducerFieldBean, createProducerMethodBean, createSimpleBean, deactivateDependentContext, deployBeans, deserialize, getEnabledDeploymentTypes, getStandardDeploymentTypes, mockCreationalContext, serialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceInjectionTest

public ResourceInjectionTest()
Method Detail

testInjectionOfPersistenceContext

@SpecAssertion(section="3.10")
public void testInjectionOfPersistenceContext()

testInjectionOfResource

@SpecAssertion(section="3.10")
public void testInjectionOfResource()

testInjectionOfEJB

@SpecAssertion(section="3.10")
public void testInjectionOfEJB()


Copyright © 2008-2009. All Rights Reserved.