org.jboss.webbeans.tck.unit.lookup.clientProxy
Class ClientProxyTest

java.lang.Object
  extended by org.jboss.webbeans.tck.AbstractTest
      extended by org.jboss.webbeans.tck.unit.lookup.clientProxy.ClientProxyTest

public class ClientProxyTest
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
ClientProxyTest()
           
 
Method Summary
protected  java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> getEnabledDeploymentTypes()
          This method should be overridden by test classes which need to enable additional deployment types beyond the normal ones.
 void testClientProxyInvocation()
           
 void testClientProxyNotUsedForPseudoScope()
           
 void testClientProxyUsedForNormalScope()
           
 void testGettingUnknownBeanFails()
           
 void testInjectionPointWithUnproxyableTypeWhichResolvesToNormalScopedWebBean()
           
 void testSimpleWebBeanClientProxyIsSerializable()
           
 
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
 

Constructor Detail

ClientProxyTest

public ClientProxyTest()
Method Detail

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.