org.jboss.webbeans.tck.unit.inheritance.realization
Class RealizationTest
java.lang.Object
org.jboss.webbeans.tck.AbstractTest
org.jboss.webbeans.tck.unit.inheritance.realization.RealizationTest
public class RealizationTest
- 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 |
RealizationTest
public RealizationTest()
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
testRealizedBeanWithProducerMethodHasSameScope
@SpecAssertion(section="4.4")
public void testRealizedBeanWithProducerMethodHasSameScope()
testRealizedBeanWithProducerMethodHasDeploymentTypeOfRealizingClass
@SpecAssertion(section="4.4")
public void testRealizedBeanWithProducerMethodHasDeploymentTypeOfRealizingClass()
testRealizedBeanWithProducerMethodHasSameBindings
@SpecAssertion(section="4.4")
public void testRealizedBeanWithProducerMethodHasSameBindings()
testRealizedBeanWithProducerMethodHasBindingsOfMethodAndRealizingType
@SpecAssertion(section="4.4")
public void testRealizedBeanWithProducerMethodHasBindingsOfMethodAndRealizingType()
testRealizedBeanWithProducerMethodHasSameStereotypes
@SpecAssertion(section="4.4")
public void testRealizedBeanWithProducerMethodHasSameStereotypes()
testRealizedBeanWithProducerMethodHasSameInterceptorBindings
@SpecAssertion(section="4.1")
public void testRealizedBeanWithProducerMethodHasSameInterceptorBindings()
testRealizedBeanWithProducerFieldHasSameScope
@SpecAssertion(section="4.4")
public void testRealizedBeanWithProducerFieldHasSameScope()
testRealizedBeanWithProducerFieldHasDeploymentTypeOfRealizingClass
@SpecAssertion(section="4.4")
public void testRealizedBeanWithProducerFieldHasDeploymentTypeOfRealizingClass()
testRealizedBeanWithProducerFieldHasSameBindings
@SpecAssertion(section="4.4")
public void testRealizedBeanWithProducerFieldHasSameBindings()
testRealizedBeanWithProducerFieldHasBindingsOfMethodAndRealizingType
@SpecAssertion(section="4.4")
public void testRealizedBeanWithProducerFieldHasBindingsOfMethodAndRealizingType()
testRealizedBeanWithProducerFieldHasSameStereotypes
@SpecAssertion(section="4.4")
public void testRealizedBeanWithProducerFieldHasSameStereotypes()
testRealizedBeanWithProducerFieldHasSameInterceptorBindings
@SpecAssertion(section="4.4")
public void testRealizedBeanWithProducerFieldHasSameInterceptorBindings()
testDisposalMethodInherited
@SpecAssertion(section="4.4")
public void testDisposalMethodInherited()
testRealizedDisposalMethodHasBindingsOfMethodAndRealizingType
@SpecAssertion(section="4.4")
public void testRealizedDisposalMethodHasBindingsOfMethodAndRealizingType()
testObserverMethodInheritedAndHasSameBindings
@SpecAssertion(section="4.4")
public void testObserverMethodInheritedAndHasSameBindings()
Copyright © 2008-2009. All Rights Reserved.