org.jboss.webbeans.tck.unit.lookup.clientProxy
Class ClientProxyTest
java.lang.Object
org.jboss.webbeans.tck.AbstractTest
org.jboss.webbeans.tck.unit.lookup.clientProxy.ClientProxyTest
public class ClientProxyTest
- extends AbstractTest
Spec version: PRD2
| Methods inherited from class org.jboss.webbeans.tck.AbstractTest |
activateDependentContext, after, before, createEnterpriseBean, createProducerFieldBean, createProducerMethodBean, createSimpleBean, deactivateDependentContext, deployBeans, deserialize, getStandardDeploymentTypes, mockCreationalContext, serialize |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientProxyTest
public ClientProxyTest()
getEnabledDeploymentTypes
protected java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> getEnabledDeploymentTypes()
- Description copied from class:
AbstractTest
- This method should be overridden by test classes which need to enable
additional deployment types beyond the normal ones.
- Overrides:
getEnabledDeploymentTypes in class AbstractTest
- Returns:
- the list of enabled deployment types
testClientProxyUsedForNormalScope
@SpecAssertion(section="5.4")
public void testClientProxyUsedForNormalScope()
testClientProxyNotUsedForPseudoScope
@SpecAssertion(section="5.4")
public void testClientProxyNotUsedForPseudoScope()
testSimpleWebBeanClientProxyIsSerializable
@SpecAssertion(section="5.4")
public void testSimpleWebBeanClientProxyIsSerializable()
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
testInjectionPointWithUnproxyableTypeWhichResolvesToNormalScopedWebBean
@SpecAssertion(section="5.4.1")
public void testInjectionPointWithUnproxyableTypeWhichResolvesToNormalScopedWebBean()
testClientProxyInvocation
@SpecAssertion(section="5.4.2")
public void testClientProxyInvocation()
testGettingUnknownBeanFails
public void testGettingUnknownBeanFails()
Copyright © 2008-2009. All Rights Reserved.