org.jboss.jsr299.tck.tests.lookup.injection.enterprise
Class SessionBeanInjectionTest

java.lang.Object
  extended by org.jboss.testharness.AbstractTest
      extended by org.jboss.jsr299.tck.AbstractJSR299Test
          extended by org.jboss.jsr299.tck.tests.lookup.injection.enterprise.SessionBeanInjectionTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

@Artifact
@Packaging(value=EAR)
@SpecVersion(spec="cdi",
             version="20091101")
public class SessionBeanInjectionTest
extends AbstractJSR299Test


Constructor Summary
SessionBeanInjectionTest()
           
 
Method Summary
 void testFieldDeclaredInSuperclassIndirectlyInjected()
           
 void testFieldDeclaredInSuperclassInjected()
           
 void testInjectionOnContextualSessionBean()
           
 void testInjectionOnEJBInterceptor()
           
 void testInjectionOnNonContextualSessionBean()
           
 
Methods inherited from class org.jboss.jsr299.tck.AbstractJSR299Test
annotationSetMatches, deserialize, destroyContext, getBeans, getBeans, getCurrentConfiguration, getCurrentManager, getInstanceByName, getInstanceByType, getInstanceByType, getUniqueBean, getUniqueBean, handleDeploymentFailure, rawTypeSetMatches, serialize, setContextActive, setContextInactive, typeSetMatches
 
Methods inherited from class org.jboss.testharness.AbstractTest
afterClass, afterMethod, afterSuite, beforeClass, beforeMethod, beforeSuite, getContextPath, isInContainer, isThrowablePresent, postCreate, run, setInContainer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionBeanInjectionTest

public SessionBeanInjectionTest()
Method Detail

testInjectionOnContextualSessionBean

@SpecAssertions(value={@SpecAssertion(section="5.5",id="a"),@SpecAssertion(section="5.5.2",id="aa"),@SpecAssertion(section="5.5.2",id="ab"),@SpecAssertion(section="5.5.2",id="ba"),@SpecAssertion(section="5.5.2",id="be")})
public void testInjectionOnContextualSessionBean()

testInjectionOnNonContextualSessionBean

@SpecAssertions(value={@SpecAssertion(section="5.5",id="c"),@SpecAssertion(section="5.5.2",id="ak"),@SpecAssertion(section="5.5.2",id="al")})
public void testInjectionOnNonContextualSessionBean()

testInjectionOnEJBInterceptor

@SpecAssertions(value={@SpecAssertion(section="5.5",id="ed"),@SpecAssertion(section="5.5.2",id="ao"),@SpecAssertion(section="5.5.2",id="ap")})
public void testInjectionOnEJBInterceptor()

testFieldDeclaredInSuperclassInjected

@SpecAssertion(section="4.2",
               id="ab")
public void testFieldDeclaredInSuperclassInjected()

testFieldDeclaredInSuperclassIndirectlyInjected

@SpecAssertion(section="4.2",
               id="ad")
public void testFieldDeclaredInSuperclassIndirectlyInjected()


Copyright © 2008-2012 Seam Framework. All Rights Reserved.