org.jboss.webbeans.tck.unit.inheritance.specialization.enterprise
Class EnterpriseBeanSpecializationTest
java.lang.Object
org.jboss.webbeans.tck.AbstractTest
org.jboss.webbeans.tck.unit.inheritance.specialization.enterprise.EnterpriseBeanSpecializationTest
public class EnterpriseBeanSpecializationTest
- 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 |
EnterpriseBeanSpecializationTest
public EnterpriseBeanSpecializationTest()
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
testSpecializingBeanHasBindingsOfSpecializedAndSpecializingBean
@SpecAssertion(section={"4.3.1","3.2.7"})
public void testSpecializingBeanHasBindingsOfSpecializedAndSpecializingBean()
testSpecializingBeanHasNameOfSpecializedBean
@SpecAssertion(section={"4.3.1","3.2.7"})
public void testSpecializingBeanHasNameOfSpecializedBean()
testSpecializingAndSpecializedBeanHasName
@SpecAssertion(section="4.3.1")
public void testSpecializingAndSpecializedBeanHasName()
testSpecializedBeanNotInstantiated
@SpecAssertion(section={"4.3.1","3.2.7"})
public void testSpecializedBeanNotInstantiated()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSpecializingBeanDoesNotHaveHigherPrecedenceThanSpecializedBean
@SpecAssertion(section="4.3.1")
public void testSpecializingBeanDoesNotHaveHigherPrecedenceThanSpecializedBean()
testProducerMethodOnSpecializedBeanCalledOnSpecializingBean
@SpecAssertion(section="4.3.1")
public void testProducerMethodOnSpecializedBeanCalledOnSpecializingBean()
throws java.lang.Exception
- Throws:
java.lang.Exception
testTwoBeansSpecializeTheSameBean
@SpecAssertion(section="4.3.1")
public void testTwoBeansSpecializeTheSameBean()
testSpecializingClassDirectlyExtendsSimpleBean
@SpecAssertion(section="3.2.7")
public void testSpecializingClassDirectlyExtendsSimpleBean()
testSpecializingClassDirectlyExtendsNothing
@SpecAssertion(section="3.2.7")
public void testSpecializingClassDirectlyExtendsNothing()
testSpecializingClassImplementsInterfaceAndExtendsNothing
@SpecAssertion(section="3.2.7")
public void testSpecializingClassImplementsInterfaceAndExtendsNothing()
testSpecializingBeanDoesNotSupportAllLocalInterfacesOnSpecializedBean
@SpecAssertion(section="3.3.7")
public void testSpecializingBeanDoesNotSupportAllLocalInterfacesOnSpecializedBean()
testSpecializingBeanDoesNotSupportLocalInterfaceView
@SpecAssertion(section="3.3.7")
public void testSpecializingBeanDoesNotSupportLocalInterfaceView()
Copyright © 2008-2009. All Rights Reserved.