org.jboss.webbeans.tck.unit.implementation.deployment
Class BeanDeploymentTest

java.lang.Object
  extended by org.jboss.webbeans.tck.unit.implementation.deployment.BeanDeploymentTest

public class BeanDeploymentTest
extends java.lang.Object

Spec version: PRD2


Constructor Summary
BeanDeploymentTest()
           
 
Method Summary
 void testOnlySpecializedEnterpriseBeanDeployed()
           
 void testOnlySpecializedProducerMethodBeanDeployed()
           
 void testOnlySpecializedSimpleBeanDeployed()
           
 void testSpecializedEnterpriseBeanAllLocalInterfaces()
           
 void testSpecializedEnterpriseBeanExtends()
           
 void testSpecializedEnterpriseBeanHasSameBindingAnnotations()
           
 void testSpecializedEnterpriseBeanHasSameName()
           
 void testSpecializedEnterpriseBeanSupportsBeanClassLocalView()
           
 void testSpecializedProducerMethodBeanDirectlyOverrides()
           
 void testSpecializedProducerMethodBeanHasSameBindingAnnotations()
           
 void testSpecializedProducerMethodBeanHasSameName()
           
 void testSpecializedSimpleBeanExtends()
           
 void testSpecializedSimpleBeanHasSameBindingAnnotations()
           
 void testSpecializedSimpleBeanHasSameName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanDeploymentTest

public BeanDeploymentTest()
Method Detail

testOnlySpecializedSimpleBeanDeployed

@SpecAssertion(section="3.2.7")
public void testOnlySpecializedSimpleBeanDeployed()

testSpecializedSimpleBeanExtends

@SpecAssertion(section="3.2.7")
public void testSpecializedSimpleBeanExtends()

testSpecializedSimpleBeanHasSameBindingAnnotations

@SpecAssertion(section="3.2.7")
public void testSpecializedSimpleBeanHasSameBindingAnnotations()

testSpecializedSimpleBeanHasSameName

@SpecAssertion(section="3.2.7")
public void testSpecializedSimpleBeanHasSameName()

testOnlySpecializedEnterpriseBeanDeployed

@SpecAssertion(section="3.3.7")
public void testOnlySpecializedEnterpriseBeanDeployed()

testSpecializedEnterpriseBeanExtends

@SpecAssertion(section="3.3.7")
public void testSpecializedEnterpriseBeanExtends()

testSpecializedEnterpriseBeanHasSameBindingAnnotations

@SpecAssertion(section="3.3.7")
public void testSpecializedEnterpriseBeanHasSameBindingAnnotations()

testSpecializedEnterpriseBeanHasSameName

@SpecAssertion(section="3.3.7")
public void testSpecializedEnterpriseBeanHasSameName()

testSpecializedEnterpriseBeanAllLocalInterfaces

@SpecAssertion(section="3.3.7")
public void testSpecializedEnterpriseBeanAllLocalInterfaces()

testSpecializedEnterpriseBeanSupportsBeanClassLocalView

@SpecAssertion(section="3.3.7")
public void testSpecializedEnterpriseBeanSupportsBeanClassLocalView()

testOnlySpecializedProducerMethodBeanDeployed

@SpecAssertion(section="3.3.4")
public void testOnlySpecializedProducerMethodBeanDeployed()

testSpecializedProducerMethodBeanDirectlyOverrides

@SpecAssertion(section="3.3.4")
public void testSpecializedProducerMethodBeanDirectlyOverrides()

testSpecializedProducerMethodBeanHasSameBindingAnnotations

@SpecAssertion(section="3.3.4")
public void testSpecializedProducerMethodBeanHasSameBindingAnnotations()

testSpecializedProducerMethodBeanHasSameName

@SpecAssertion(section="3.3.4")
public void testSpecializedProducerMethodBeanHasSameName()


Copyright © 2008-2009. All Rights Reserved.