org.jboss.webbeans.tck.unit.definition.bean
Class BeanDefinitionTest

java.lang.Object
  extended by org.jboss.webbeans.tck.AbstractTest
      extended by org.jboss.webbeans.tck.unit.definition.bean.BeanDefinitionTest

public class BeanDefinitionTest
extends AbstractTest

This test class should be used for common assertions about Web Beans

Author:
Pete Muir 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
BeanDefinitionTest()
           
 
Method Summary
 void testApiTypesNonEmpty()
           
 void testBeanTypes()
           
 void testBindingTypesNonEmpty()
           
 void testFinalApiType()
           
 void testHasDeploymentType()
           
 void testHasScopeType()
           
 void testIsNullable()
           
 
Methods inherited from class org.jboss.webbeans.tck.AbstractTest
activateDependentContext, after, before, createEnterpriseBean, createProducerFieldBean, createProducerMethodBean, createSimpleBean, deactivateDependentContext, deployBeans, deserialize, getEnabledDeploymentTypes, getStandardDeploymentTypes, mockCreationalContext, serialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanDefinitionTest

public BeanDefinitionTest()
Method Detail

testApiTypesNonEmpty

@SpecAssertion(section="2")
public void testApiTypesNonEmpty()

testBindingTypesNonEmpty

@SpecAssertion(section="2")
public void testBindingTypesNonEmpty()

testHasScopeType

@SpecAssertion(section="2")
public void testHasScopeType()

testHasDeploymentType

@SpecAssertion(section="2")
public void testHasDeploymentType()

testIsNullable

@SpecAssertion(section="5.2")
public void testIsNullable()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testBeanTypes

@SpecAssertion(section={"3.2.2","2.2"})
public void testBeanTypes()

testFinalApiType

@SpecAssertion(section="2.2")
public void testFinalApiType()


Copyright © 2008-2009. All Rights Reserved.