org.jboss.jsr299.tck.tests.context.application
Class ApplicationContextTest
java.lang.Object
org.jboss.testharness.AbstractTest
org.jboss.jsr299.tck.AbstractJSR299Test
org.jboss.jsr299.tck.tests.context.application.ApplicationContextTest
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@Artifact
@WebXml(value="web.xml")
@SpecVersion(spec="cdi",
version="20091101")
public class ApplicationContextTest
- extends AbstractJSR299Test
- Author:
- David Allen, Jozef Hartinger
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 |
ApplicationContextTest
public ApplicationContextTest()
testApplicationScopeActiveDuringServiceMethod
@SpecAssertion(section="6.7.3",
id="aa")
public void testApplicationScopeActiveDuringServiceMethod()
throws Exception
- Throws:
Exception
testApplicationScopeActiveDuringDoFilterMethod
@SpecAssertion(section="6.7.3",
id="ab")
public void testApplicationScopeActiveDuringDoFilterMethod()
throws Exception
- Throws:
Exception
testApplicationScopeActiveDuringServletContextListenerInvocation
@SpecAssertion(section="6.7.3",
id="ac")
public void testApplicationScopeActiveDuringServletContextListenerInvocation()
throws Exception
- Throws:
Exception
testApplicationScopeActiveDuringHttpSessionListenerInvocation
@SpecAssertion(section="6.7.3",
id="ad")
public void testApplicationScopeActiveDuringHttpSessionListenerInvocation()
throws Exception
- Throws:
Exception
testApplicationScopeActiveDuringServletRequestListenerInvocation
@SpecAssertion(section="6.7.3",
id="af")
public void testApplicationScopeActiveDuringServletRequestListenerInvocation()
throws Exception
- Throws:
Exception
testApplicationContextSharedBetweenServletRequests
@SpecAssertion(section="6.7.3",
id="e")
public void testApplicationContextSharedBetweenServletRequests()
throws Exception
- Throws:
Exception
Copyright © 2008-2012 Seam Framework. All Rights Reserved.