org.jboss.webbeans.tck.unit.definition.scope
Class ScopeDefinitionTest
java.lang.Object
org.jboss.webbeans.tck.AbstractTest
org.jboss.webbeans.tck.unit.definition.scope.ScopeDefinitionTest
public class ScopeDefinitionTest
- 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 |
ScopeDefinitionTest
public ScopeDefinitionTest()
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.