org.jboss.webbeans.tck.unit.inheritance.realization
Class RealizationTest

java.lang.Object
  extended by org.jboss.webbeans.tck.AbstractTest
      extended by org.jboss.webbeans.tck.unit.inheritance.realization.RealizationTest

public class RealizationTest
extends AbstractTest

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
RealizationTest()
           
 
Method Summary
protected  java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> getEnabledDeploymentTypes()
          This method should be overridden by test classes which need to enable additional deployment types beyond the normal ones.
 void testDisposalMethodInherited()
           
 void testObserverMethodInheritedAndHasSameBindings()
           
 void testRealizedBeanWithProducerFieldHasBindingsOfMethodAndRealizingType()
           
 void testRealizedBeanWithProducerFieldHasDeploymentTypeOfRealizingClass()
           
 void testRealizedBeanWithProducerFieldHasSameBindings()
           
 void testRealizedBeanWithProducerFieldHasSameInterceptorBindings()
           
 void testRealizedBeanWithProducerFieldHasSameScope()
           
 void testRealizedBeanWithProducerFieldHasSameStereotypes()
           
 void testRealizedBeanWithProducerMethodHasBindingsOfMethodAndRealizingType()
           
 void testRealizedBeanWithProducerMethodHasDeploymentTypeOfRealizingClass()
           
 void testRealizedBeanWithProducerMethodHasSameBindings()
           
 void testRealizedBeanWithProducerMethodHasSameInterceptorBindings()
           
 void testRealizedBeanWithProducerMethodHasSameScope()
           
 void testRealizedBeanWithProducerMethodHasSameStereotypes()
           
 void testRealizedDisposalMethodHasBindingsOfMethodAndRealizingType()
           
 
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
 

Constructor Detail

RealizationTest

public RealizationTest()
Method Detail

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.