org.jboss.webbeans.tck.unit.context
Class ContextTest
java.lang.Object
org.jboss.webbeans.tck.AbstractTest
org.jboss.webbeans.tck.unit.context.ContextTest
public class ContextTest
- extends AbstractTest
Spec version: PRD2
| 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 |
ContextTest
public ContextTest()
testGetContextWithNoActiveContextsFails
@SpecAssertion(section="8.5")
public void testGetContextWithNoActiveContextsFails()
testGetContextWithTooManyActiveContextsFails
@SpecAssertion(section="8.5")
public void testGetContextWithTooManyActiveContextsFails()
testGetContextWithNoRegisteredContextsFails
@SpecAssertion(section="8.5")
public void testGetContextWithNoRegisteredContextsFails()
testGetContextReturnsActiveContext
@SpecAssertion(section="8.5")
public void testGetContextReturnsActiveContext()
testBuiltInNormalScopedContextsPropagateAcrossAnyJavaMethodCall
@SpecAssertion(section="8.5")
public void testBuiltInNormalScopedContextsPropagateAcrossAnyJavaMethodCall()
- For each of the built-in normal scopes, contexts propagate across any Java
method call, including invocation of EJB local business methods.
testBuiltInNormalScopedContextsDoNotPropagateAcrossRemoteMethodInvocations
@SpecAssertion(section="8.5")
public void testBuiltInNormalScopedContextsDoNotPropagateAcrossRemoteMethodInvocations()
- The built-in contexts do not propagate across remote method invocations or
to asynchronous processes such as JMS message listeners or EJB timer
service timeouts
testBuiltInNormalScopedContextsDoNotPropagateAcrossAsynchronousMethodInvocations
@SpecAssertion(section="8.5")
public void testBuiltInNormalScopedContextsDoNotPropagateAcrossAsynchronousMethodInvocations()
- The built-in contexts do not propagate across remote method invocations or
to asynchronous processes such as JMS message listeners or EJB timer
service timeouts
Copyright © 2008-2009. All Rights Reserved.