org.jboss.webbeans.tck.unit.implementation.initializer
Class InitializerMethodTest

java.lang.Object
  extended by org.jboss.webbeans.tck.AbstractTest
      extended by org.jboss.webbeans.tck.unit.implementation.initializer.InitializerMethodTest

public class InitializerMethodTest
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
InitializerMethodTest()
           
 
Method Summary
 void testBeanHasAllInitializerMethodsDeclaredInJavaAndXml()
           
 void testInitializerMethodAnnotatedProduces()
           
 void testInitializerMethodCalledOnEJBMDB()
           
 void testInitializerMethodCalledOnEJBSessionBean()
           
 void testInitializerMethodCalledOnEJBSingleton()
           
 void testInitializerMethodCalledOnServlet()
           
 void testInitializerMethodDeclaredInXml()
           
 void testInitializerMethodDeclaredInXmlDoesNotExist()
           
 void testInitializerMethodDeclaredInXmlIgnoresBindingAnnotationsInJava()
           
 void testInitializerMethodHasParameterAnnotatedDisposes()
           
 void testInitializerMethodHasParameterAnnotatedObserves()
           
 void testInitializerMethodNotABusinessMethod()
           
 void testMethodInterceptorNotCalledOnInitializerMethod()
           
 void testMultipleInitializerMethodsAreCalled()
           
 void testStaticInitializerMethodNotAllowed()
           
 
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

InitializerMethodTest

public InitializerMethodTest()
Method Detail

testStaticInitializerMethodNotAllowed

@SpecAssertion(section="3.8")
public void testStaticInitializerMethodNotAllowed()

testInitializerMethodCalledOnServlet

@SpecAssertion(section="3.9")
public void testInitializerMethodCalledOnServlet()

testInitializerMethodCalledOnEJBSessionBean

@SpecAssertion(section="3.9")
public void testInitializerMethodCalledOnEJBSessionBean()

testInitializerMethodCalledOnEJBMDB

@SpecAssertion(section="3.9")
public void testInitializerMethodCalledOnEJBMDB()

testInitializerMethodCalledOnEJBSingleton

@SpecAssertion(section="3.9")
public void testInitializerMethodCalledOnEJBSingleton()

testInitializerMethodNotABusinessMethod

@SpecAssertion(section="3.9")
public void testInitializerMethodNotABusinessMethod()

testMethodInterceptorNotCalledOnInitializerMethod

@SpecAssertion(section="3.9")
public void testMethodInterceptorNotCalledOnInitializerMethod()

testMultipleInitializerMethodsAreCalled

@SpecAssertion(section={"3.9","5.3","3.9.2","3.9.3"})
public void testMultipleInitializerMethodsAreCalled()

testInitializerMethodAnnotatedProduces

@SpecAssertion(section={"3.9.1","3.4.2"})
public void testInitializerMethodAnnotatedProduces()

testInitializerMethodHasParameterAnnotatedDisposes

@SpecAssertion(section="3.9.1")
public void testInitializerMethodHasParameterAnnotatedDisposes()

testInitializerMethodHasParameterAnnotatedObserves

@SpecAssertion(section="3.9.1")
public void testInitializerMethodHasParameterAnnotatedObserves()

testInitializerMethodDeclaredInXml

@SpecAssertion(section="3.9.2")
public void testInitializerMethodDeclaredInXml()

testInitializerMethodDeclaredInXmlIgnoresBindingAnnotationsInJava

@SpecAssertion(section="3.9.2")
public void testInitializerMethodDeclaredInXmlIgnoresBindingAnnotationsInJava()

testInitializerMethodDeclaredInXmlDoesNotExist

@SpecAssertion(section="3.9.2")
public void testInitializerMethodDeclaredInXmlDoesNotExist()

testBeanHasAllInitializerMethodsDeclaredInJavaAndXml

@SpecAssertion(section="3.9.2")
public void testBeanHasAllInitializerMethodsDeclaredInJavaAndXml()


Copyright © 2008-2009. All Rights Reserved.