org.jboss.webbeans.tck.unit.lookup.injectionpoint
Class InjectionPointTest

java.lang.Object
  extended by org.jboss.webbeans.tck.AbstractTest
      extended by org.jboss.webbeans.tck.unit.lookup.injectionpoint.InjectionPointTest

public class InjectionPointTest
extends AbstractTest

Injection point metadata tests

Author:
David Allen 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
InjectionPointTest()
           
 
Method Summary
 void testApiTypeInjectionPoint()
           
 void testCurrentBinding()
           
 void testDependentScope()
           
 void testGetAnnotation()
           
 void testGetAnnotations()
           
 void testGetBean()
           
 void testGetBindingTypes()
           
 void testGetMemberConstructor()
           
 void testGetMemberField()
           
 void testGetMemberMethod()
           
 void testGetType()
           
 void testStandardDeployment()
           
 
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

InjectionPointTest

public InjectionPointTest()
Method Detail

testGetBean

@SpecAssertion(section="5.6")
public void testGetBean()

testGetType

@SpecAssertion(section="5.6")
public void testGetType()

testGetBindingTypes

@SpecAssertion(section="5.6")
public void testGetBindingTypes()

testGetMemberField

@SpecAssertion(section="5.6")
public void testGetMemberField()

testGetMemberMethod

@SpecAssertion(section="5.6")
public void testGetMemberMethod()

testGetMemberConstructor

@SpecAssertion(section="5.6")
public void testGetMemberConstructor()

testGetAnnotation

@SpecAssertion(section="5.6")
public void testGetAnnotation()

testGetAnnotations

@SpecAssertion(section="5.6")
public void testGetAnnotations()

testStandardDeployment

@SpecAssertion(section="5.6")
public void testStandardDeployment()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testDependentScope

@SpecAssertion(section="5.6")
public void testDependentScope()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testApiTypeInjectionPoint

@SpecAssertion(section="5.6")
public void testApiTypeInjectionPoint()

testCurrentBinding

@SpecAssertion(section="5.6")
public void testCurrentBinding()


Copyright © 2008-2009. All Rights Reserved.