org.jboss.webbeans.tck.unit.lookup.typesafe
Class ResolutionByTypeTest
java.lang.Object
org.jboss.webbeans.tck.AbstractTest
org.jboss.webbeans.tck.unit.lookup.typesafe.ResolutionByTypeTest
public class ResolutionByTypeTest
- extends AbstractTest
Spec version: PRD2
| Methods inherited from class org.jboss.webbeans.tck.AbstractTest |
activateDependentContext, after, before, createEnterpriseBean, createProducerFieldBean, createProducerMethodBean, createSimpleBean, deactivateDependentContext, deployBeans, deserialize, getStandardDeploymentTypes, mockCreationalContext, serialize |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResolutionByTypeTest
public ResolutionByTypeTest()
getEnabledDeploymentTypes
protected java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> getEnabledDeploymentTypes()
- Description copied from class:
AbstractTest
- This method should be overridden by test classes which need to enable
additional deployment types beyond the normal ones.
- Overrides:
getEnabledDeploymentTypes in class AbstractTest
- Returns:
- the list of enabled deployment types
testDefaultBindingTypeAssumed
@SpecAssertion(section="5.9")
public void testDefaultBindingTypeAssumed()
throws java.lang.Exception
- Throws:
java.lang.Exception
testParameterizedTypeWithWildcardParameter
@SpecAssertion(section="5.9")
public void testParameterizedTypeWithWildcardParameter()
testParameterizedTypeWithTypeParameter
@SpecAssertion(section="5.9")
public <T> void testParameterizedTypeWithTypeParameter()
testDuplicateBindingTypesUsed
@SpecAssertion(section="5.9")
public void testDuplicateBindingTypesUsed()
testNonBindingTypeUsed
@SpecAssertion(section="5.9")
public void testNonBindingTypeUsed()
testResolveByType
@SpecAssertion(section="5.9")
public void testResolveByType()
throws java.lang.Exception
- Throws:
java.lang.Exception
testAllBindingTypesSpecifiedForResolutionMustAppearOnWebBean
@SpecAssertion(section={"2.3.5","5.9.2"})
public void testAllBindingTypesSpecifiedForResolutionMustAppearOnWebBean()
testResolveByTypeWithTypeParameter
@SpecAssertion(section="5.9")
public void testResolveByTypeWithTypeParameter()
throws java.lang.Exception
- Throws:
java.lang.Exception
testResolveByTypeWithArray
@SpecAssertion(section="5.9")
public void testResolveByTypeWithArray()
throws java.lang.Exception
- Throws:
java.lang.Exception
testOnlyHighestEnabledPrecedenceWebBeansResolved
@SpecAssertion(section="5.9")
public void testOnlyHighestEnabledPrecedenceWebBeansResolved()
throws java.lang.Exception
- Throws:
java.lang.Exception
testNoWebBeansFound
@SpecAssertion(section="5.9")
public void testNoWebBeansFound()
throws java.lang.Exception
- Throws:
java.lang.Exception
testResolveByTypeWithNonBindingMembers
@SpecAssertion(section="5.9.1")
public void testResolveByTypeWithNonBindingMembers()
throws java.lang.Exception
- Throws:
java.lang.Exception
testArrayValuedAnnotationMemberWithoutNonBinding
@SpecAssertion(section="5.9.1")
public void testArrayValuedAnnotationMemberWithoutNonBinding()
testAnnotationValuedAnnotationMemberWithoutNonBinding
@SpecAssertion(section="5.9.1")
public void testAnnotationValuedAnnotationMemberWithoutNonBinding()
Copyright © 2008-2009. All Rights Reserved.