org.jboss.jsr299.tck.tests.definition.qualifier.enterprise
Class EnterpriseQualifierDefinitionTest
java.lang.Object
org.jboss.testharness.AbstractTest
org.jboss.jsr299.tck.AbstractJSR299Test
org.jboss.jsr299.tck.tests.definition.qualifier.enterprise.EnterpriseQualifierDefinitionTest
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@Artifact
@Packaging(value=EAR)
@SpecVersion(spec="cdi",
version="20091101")
public class EnterpriseQualifierDefinitionTest
- extends AbstractJSR299Test
TODO This test specifically tests session beans even though the assertions are true
for all managed beans. So likely there should be a parallel set of tests for session
and other managed beans.
Methods inherited from class org.jboss.jsr299.tck.AbstractJSR299Test |
annotationSetMatches, deserialize, destroyContext, getBeans, getBeans, getCurrentConfiguration, getCurrentManager, getInstanceByName, getInstanceByType, getInstanceByType, getUniqueBean, getUniqueBean, handleDeploymentFailure, rawTypeSetMatches, serialize, setContextActive, setContextInactive, typeSetMatches |
Methods inherited from class org.jboss.testharness.AbstractTest |
afterClass, afterMethod, afterSuite, beforeClass, beforeMethod, beforeSuite, getContextPath, isInContainer, isThrowablePresent, postCreate, run, setInContainer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnterpriseQualifierDefinitionTest
public EnterpriseQualifierDefinitionTest()
testQualifierDeclaredInheritedIsInherited
@SpecAssertion(section="4.1",
id="al")
public void testQualifierDeclaredInheritedIsInherited()
throws Exception
- Throws:
Exception
testQualifierNotDeclaredInheritedIsNotInherited
@SpecAssertion(section="4.1",
id="ala")
public void testQualifierNotDeclaredInheritedIsNotInherited()
throws Exception
- Throws:
Exception
testQualifierDeclaredInheritedIsIndirectlyInherited
@SpecAssertion(section="4.1",
id="ap")
public void testQualifierDeclaredInheritedIsIndirectlyInherited()
testQualifierNotDeclaredInheritedIsNotIndirectlyInherited
@SpecAssertion(section="4.1",
id="apa")
public void testQualifierNotDeclaredInheritedIsNotIndirectlyInherited()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.