org.jboss.webbeans.tck.integration.context.passivating
Class PassivatingContextTest

java.lang.Object
  extended by org.jboss.webbeans.tck.AbstractTest
      extended by org.jboss.webbeans.tck.integration.context.passivating.PassivatingContextTest

public class PassivatingContextTest
extends AbstractTest

Author:
Nicklas Karlsson 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
PassivatingContextTest()
           
 
Method Summary
 void testEJBWebBeanCanDeclarePassivatingScope()
          EJB local objects are serializable.
 void testJMSEndpointProxyIsSerializable()
          The Web Bean manager must guarantee that JMS endpoint proxy objects are serializable.
 
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

PassivatingContextTest

public PassivatingContextTest()
Method Detail

testEJBWebBeanCanDeclarePassivatingScope

@SpecAssertion(section="8.4")
public void testEJBWebBeanCanDeclarePassivatingScope()
EJB local objects are serializable. Therefore, an enterprise Web Bean may declare any passivating scope.


testJMSEndpointProxyIsSerializable

@SpecAssertion(section="8.4")
public void testJMSEndpointProxyIsSerializable()
The Web Bean manager must guarantee that JMS endpoint proxy objects are serializable.



Copyright © 2008-2009. All Rights Reserved.