org.jboss.webbeans.tck.integration.context.session
Class SessionContextTest

java.lang.Object
  extended by org.jboss.webbeans.tck.AbstractTest
      extended by org.jboss.webbeans.tck.integration.context.session.SessionContextTest

public class SessionContextTest
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
SessionContextTest()
           
 
Method Summary
 void testSessionContextDestroyedWhenHttpSessionInvalidatedOrTimesOut()
          The session context is destroyed when the HTTPSession is invalidated or times out.
 void testSessionContextSharedBetweenServletRequestsInSameHttpSession()
          The session context is shared between all servlet requests that occur in the same HTTP servlet session
 void testSessionScopeActiveDuringServiceMethod()
          The session scope is active during the service() method of any servlet in the web application
 
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

SessionContextTest

public SessionContextTest()
Method Detail

testSessionScopeActiveDuringServiceMethod

@SpecAssertion(section="8.5.2")
public void testSessionScopeActiveDuringServiceMethod()
The session scope is active during the service() method of any servlet in the web application


testSessionContextSharedBetweenServletRequestsInSameHttpSession

@SpecAssertion(section="8.5.2")
public void testSessionContextSharedBetweenServletRequestsInSameHttpSession()
The session context is shared between all servlet requests that occur in the same HTTP servlet session


testSessionContextDestroyedWhenHttpSessionInvalidatedOrTimesOut

@SpecAssertion(section="8.5.2")
public void testSessionContextDestroyedWhenHttpSessionInvalidatedOrTimesOut()
The session context is destroyed when the HTTPSession is invalidated or times out.



Copyright © 2008-2009. All Rights Reserved.