org.jboss.webbeans.tck.integration.context.request
Class RequestContextTest

java.lang.Object
  extended by org.jboss.webbeans.tck.AbstractTest
      extended by org.jboss.webbeans.tck.integration.context.request.RequestContextTest

public class RequestContextTest
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
RequestContextTest()
           
 
Method Summary
 void testRequestScopeActiveDuringCallToEjbTimeoutMethod()
          The request scope is active during any remote method invocation of any EJB bean, during any call to an EJB timeout method and during message delivery to any EJB message driven bean.
 void testRequestScopeActiveDuringEjbMessageDelivery()
          The request scope is active during any remote method invocation of any EJB bean, during any call to an EJB timeout method and during message delivery to any EJB message driven bean.
 void testRequestScopeActiveDuringRemoteMethodInvocationOfEjb()
          The request scope is active during any remote method invocation of any EJB bean, during any call to an EJB timeout method and during message delivery to any EJB message driven bean.
 void testRequestScopeActiveDuringServiceMethod()
          The request scope is active during the service() method of any Servlet in the web application.
 void testRequestScopeActiveDuringWebSericeInvocation()
          The request scope is active during any Java EE web service invocation.
 void testRequestScopeDestroyedAfterCallToEjbTimeoutMethod()
          The request context is destroyed after the remote method invocation, timeout or message delivery completes.
 void testRequestScopeDestroyedAfterEjbMessageDelivery()
          The request context is destroyed after the remote method invocation, timeout or message delivery completes.
 void testRequestScopeDestroyedAfterRemoteMethodInvocationOfEjb()
          The request context is destroyed after the remote method invocation, timeout or message delivery completes.
 void testRequestScopeIsDestroyedAfterServiceMethod()
          The request context is destroyed at the end of the servlet request, after the Servlet service() method returns.
 void testRequestScopeIsDestroyedAfterWebServiceInvocation()
          The request context is destroyed after the web service invocation completes
 
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

RequestContextTest

public RequestContextTest()
Method Detail

testRequestScopeActiveDuringServiceMethod

@SpecAssertion(section="8.5.1")
public void testRequestScopeActiveDuringServiceMethod()
The request scope is active during the service() method of any Servlet in the web application.


testRequestScopeIsDestroyedAfterServiceMethod

@SpecAssertion(section="8.5.1")
public void testRequestScopeIsDestroyedAfterServiceMethod()
The request context is destroyed at the end of the servlet request, after the Servlet service() method returns.


testRequestScopeActiveDuringWebSericeInvocation

@SpecAssertion(section="8.5.1")
public void testRequestScopeActiveDuringWebSericeInvocation()
The request scope is active during any Java EE web service invocation.


testRequestScopeIsDestroyedAfterWebServiceInvocation

@SpecAssertion(section="8.5.1")
public void testRequestScopeIsDestroyedAfterWebServiceInvocation()
The request context is destroyed after the web service invocation completes


testRequestScopeActiveDuringRemoteMethodInvocationOfEjb

@SpecAssertion(section="8.5.1")
public void testRequestScopeActiveDuringRemoteMethodInvocationOfEjb()
The request scope is active during any remote method invocation of any EJB bean, during any call to an EJB timeout method and during message delivery to any EJB message driven bean.


testRequestScopeActiveDuringCallToEjbTimeoutMethod

@SpecAssertion(section="8.5.1")
public void testRequestScopeActiveDuringCallToEjbTimeoutMethod()
The request scope is active during any remote method invocation of any EJB bean, during any call to an EJB timeout method and during message delivery to any EJB message driven bean.


testRequestScopeActiveDuringEjbMessageDelivery

@SpecAssertion(section="8.5.1")
public void testRequestScopeActiveDuringEjbMessageDelivery()
The request scope is active during any remote method invocation of any EJB bean, during any call to an EJB timeout method and during message delivery to any EJB message driven bean.


testRequestScopeDestroyedAfterRemoteMethodInvocationOfEjb

@SpecAssertion(section="8.5.1")
public void testRequestScopeDestroyedAfterRemoteMethodInvocationOfEjb()
The request context is destroyed after the remote method invocation, timeout or message delivery completes.


testRequestScopeDestroyedAfterCallToEjbTimeoutMethod

@SpecAssertion(section="8.5.1")
public void testRequestScopeDestroyedAfterCallToEjbTimeoutMethod()
The request context is destroyed after the remote method invocation, timeout or message delivery completes.


testRequestScopeDestroyedAfterEjbMessageDelivery

@SpecAssertion(section="8.5.1")
public void testRequestScopeDestroyedAfterEjbMessageDelivery()
The request context is destroyed after the remote method invocation, timeout or message delivery completes.



Copyright © 2008-2009. All Rights Reserved.