org.jboss.webbeans.tck.unit.definition.scope
Class ScopeDefinitionTest

java.lang.Object
  extended by org.jboss.webbeans.tck.AbstractTest
      extended by org.jboss.webbeans.tck.unit.definition.scope.ScopeDefinitionTest

public class ScopeDefinitionTest
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
ScopeDefinitionTest()
           
 
Method Summary
 void testDefaultScope()
           
 void testMutipleCompatibleScopeStereotypes()
           
 void testMutipleIncompatibleScopeStereotypes()
           
 void testMutipleIncompatibleScopeStereotypesWithScopeSpecified()
           
 void testScopeDeclaredInJava()
           
 void testScopeDeclaredInXml()
           
 void testScopeDeclaredInXmlOverridesJava()
           
 void testScopeMissingInXml()
           
 void testScopeSpecifiedAndStereotyped()
           
 void testScopeTypeDeclaredInheritedIsBlockedByIntermediateScopeTypeMarkedInherited()
           
 void testScopeTypeDeclaredInheritedIsBlockedByIntermediateScopeTypeNotMarkedInherited()
           
 void testScopeTypeDeclaredInheritedIsInherited()
           
 void testScopeTypeDeclaresScopeTypeAnnotation()
           
 void testScopeTypeHasCorrectRetention()
           
 void testScopeTypeHasCorrectTarget()
           
 void testScopeTypeNotDeclaredInheritedIsNotInherited()
           
 void testScopeTypesAreExtensible()
           
 void testTooManyScopesSpecifiedInJava()
           
 void testTooManyScopesSpecifiedInXml()
           
 void testWebBeanScopeTypeOverridesStereotype()
           
 
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

ScopeDefinitionTest

public ScopeDefinitionTest()
Method Detail

testScopeTypesAreExtensible

@SpecAssertion(section="2.4")
public void testScopeTypesAreExtensible()

testScopeTypeHasCorrectTarget

@SpecAssertion(section="2.4.2")
public void testScopeTypeHasCorrectTarget()

testScopeTypeHasCorrectRetention

@SpecAssertion(section="2.4.2")
public void testScopeTypeHasCorrectRetention()

testScopeTypeDeclaresScopeTypeAnnotation

@SpecAssertion(section="2.4.2")
public void testScopeTypeDeclaresScopeTypeAnnotation()

testScopeDeclaredInJava

@SpecAssertion(section="2.4.3")
public void testScopeDeclaredInJava()

testTooManyScopesSpecifiedInJava

@SpecAssertion(section="2.4.3")
public void testTooManyScopesSpecifiedInJava()

testTooManyScopesSpecifiedInXml

public void testTooManyScopesSpecifiedInXml()

testScopeDeclaredInXml

@SpecAssertion(section="2.4.4")
public void testScopeDeclaredInXml()

testScopeMissingInXml

@SpecAssertion(section="2.4.4")
public void testScopeMissingInXml()

testScopeDeclaredInXmlOverridesJava

@SpecAssertion(section="2.4.4")
public void testScopeDeclaredInXmlOverridesJava()

testDefaultScope

@SpecAssertion(section="2.4.5")
public void testDefaultScope()

testScopeSpecifiedAndStereotyped

@SpecAssertion(section={"2.4.5","2.7.2"})
public void testScopeSpecifiedAndStereotyped()

testMutipleIncompatibleScopeStereotypes

@SpecAssertion(section="2.4.5")
public void testMutipleIncompatibleScopeStereotypes()

testMutipleIncompatibleScopeStereotypesWithScopeSpecified

@SpecAssertion(section="2.4.5")
public void testMutipleIncompatibleScopeStereotypesWithScopeSpecified()

testMutipleCompatibleScopeStereotypes

@SpecAssertion(section="2.4.5")
public void testMutipleCompatibleScopeStereotypes()

testWebBeanScopeTypeOverridesStereotype

@SpecAssertion(section={"2.7.2","4.1"})
public void testWebBeanScopeTypeOverridesStereotype()

testScopeTypeDeclaredInheritedIsInherited

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

testScopeTypeNotDeclaredInheritedIsNotInherited

@SpecAssertion(section="4.1")
public void testScopeTypeNotDeclaredInheritedIsNotInherited()

testScopeTypeDeclaredInheritedIsBlockedByIntermediateScopeTypeMarkedInherited

@SpecAssertion(section="4.1")
public void testScopeTypeDeclaredInheritedIsBlockedByIntermediateScopeTypeMarkedInherited()

testScopeTypeDeclaredInheritedIsBlockedByIntermediateScopeTypeNotMarkedInherited

@SpecAssertion(section="4.1")
public void testScopeTypeDeclaredInheritedIsBlockedByIntermediateScopeTypeNotMarkedInherited()


Copyright © 2008-2009. All Rights Reserved.