org.jboss.webbeans.tck.unit.lookup.byname
Class InstantiationByNameTest

java.lang.Object
  extended by org.jboss.webbeans.tck.AbstractTest
      extended by org.jboss.webbeans.tck.unit.lookup.byname.InstantiationByNameTest

public class InstantiationByNameTest
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
InstantiationByNameTest()
           
 
Method Summary
 void testAmbiguousDependencies()
           
 void testGetInstanceByName()
           
 void testGetInstanceByNameCalledOncePerDistinctNameInElExpression()
           
 void testNoWebBeansFound()
           
 
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
 

Constructor Detail

InstantiationByNameTest

public InstantiationByNameTest()
Method Detail

testNoWebBeansFound

@SpecAssertion(section="5.10")
public void testNoWebBeansFound()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testAmbiguousDependencies

@SpecAssertion(section="5.7.1")
public void testAmbiguousDependencies()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testGetInstanceByName

@SpecAssertion(section="5.7.1")
public void testGetInstanceByName()

testGetInstanceByNameCalledOncePerDistinctNameInElExpression

@SpecAssertion(section="5.10")
public void testGetInstanceByNameCalledOncePerDistinctNameInElExpression()


Copyright © 2008-2009. All Rights Reserved.