org.jboss.jsr299.tck.tests.implementation.enterprise.newBean
Class NewEnterpriseBeanTest
java.lang.Object
org.jboss.testharness.AbstractTest
org.jboss.jsr299.tck.AbstractJSR299Test
org.jboss.jsr299.tck.tests.implementation.enterprise.newBean.NewEnterpriseBeanTest
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@Artifact
@Packaging(value=EAR)
@SpecVersion(spec="cdi",
version="20091101")
public class NewEnterpriseBeanTest
- extends AbstractJSR299Test
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 |
NewEnterpriseBeanTest
public NewEnterpriseBeanTest()
testNewBeanIsDependentScoped
@SpecAssertion(section="3.12",
id="p")
public void testNewBeanIsDependentScoped()
testNewBeanIsHasOnlyNewBinding
@SpecAssertion(section="3.12",
id="r")
public void testNewBeanIsHasOnlyNewBinding()
testNewBeanHasNoBeanELName
@SpecAssertion(section="3.12",
id="s")
public void testNewBeanHasNoBeanELName()
testNewBeanHasNoStereotypes
@SpecAssertion(section="3.12",
id="t")
public void testNewBeanHasNoStereotypes()
testNewBeanHasNoObservers
@SpecAssertion(section="3.12",
id="u")
public void testNewBeanHasNoObservers()
testForEachEnterpriseBeanANewBeanExists
@SpecAssertions(value=@SpecAssertion(section="3.12",id="j"))
public void testForEachEnterpriseBeanANewBeanExists()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.