org.jboss.webbeans.tck.unit.implementation.initializer
Class InitializerMethodTest
java.lang.Object
org.jboss.webbeans.tck.AbstractTest
org.jboss.webbeans.tck.unit.implementation.initializer.InitializerMethodTest
public class InitializerMethodTest
- extends AbstractTest
Spec version: PRD2
| 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 |
InitializerMethodTest
public InitializerMethodTest()
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.