org.jboss.jsr299.tck.tests.context.session
Class SessionContextTest
java.lang.Object
org.jboss.testharness.AbstractTest
org.jboss.jsr299.tck.AbstractJSR299Test
org.jboss.jsr299.tck.tests.context.session.SessionContextTest
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@Artifact
@WebXml(value="web.xml")
@SpecVersion(spec="cdi",
version="20091101")
public class SessionContextTest
- extends AbstractJSR299Test
Methods inherited from class org.jboss.jsr299.tck.AbstractJSR299Test |
annotationSetMatches, deserialize, destroyContext, getBeans, getBeans, getCurrentConfiguration, getCurrentManager, getInstanceByName, getInstanceByType, getInstanceByType, getUniqueBean, getUniqueBean, handleDeploymentFailure, rawTypeSetMatches, serialize, setContextActive, setContextInactive, typeSetMatches |
Methods inherited from class org.jboss.testharness.AbstractTest |
afterClass, afterMethod, afterSuite, beforeClass, beforeMethod, beforeSuite, getContextPath, isInContainer, isThrowablePresent, postCreate, run, setInContainer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionContextTest
public SessionContextTest()
testSessionScopeActiveDuringServiceMethod
@SpecAssertion(section="6.7.2",
id="aa")
public void testSessionScopeActiveDuringServiceMethod()
throws Exception
- Throws:
Exception
testSessionScopeActiveDuringDoFilterMethod
@SpecAssertion(section="6.7.2",
id="ab")
public void testSessionScopeActiveDuringDoFilterMethod()
throws Exception
- Throws:
Exception
testSessionContextSharedBetweenServletRequestsInSameHttpSession
@SpecAssertion(section="6.7.2",
id="b")
public void testSessionContextSharedBetweenServletRequestsInSameHttpSession()
throws Exception
- Throws:
Exception
testSessionContextDestroyedWhenHttpSessionInvalidated
@SpecAssertion(section="6.7.2",
id="ca")
public void testSessionContextDestroyedWhenHttpSessionInvalidated()
throws Exception
- Throws:
Exception
testSessionContextDestroyedWhenHttpSessionTimesOut
@SpecAssertion(section="6.7.2",
id="cb")
public void testSessionContextDestroyedWhenHttpSessionTimesOut()
throws Exception
- Throws:
Exception
Copyright © 2008-2012 Seam Framework. All Rights Reserved.