org.jboss.jsr299.tck.tests.implementation.simple.newSimpleBean
Class NewSimpleBeanTest
java.lang.Object
org.jboss.testharness.AbstractTest
org.jboss.jsr299.tck.AbstractJSR299Test
org.jboss.jsr299.tck.tests.implementation.simple.newSimpleBean.NewSimpleBeanTest
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@Artifact
@SpecVersion(spec="cdi",
version="20091101")
public class NewSimpleBeanTest
- 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 |
NewSimpleBeanTest
public NewSimpleBeanTest()
testNewBeanCreatedForFieldInjectionPoint
@SpecAssertions(value=@SpecAssertion(section="3.12",id="ya"))
public void testNewBeanCreatedForFieldInjectionPoint()
testNewBeanCreatedForInitializerInjectionPoint
@SpecAssertions(value=@SpecAssertion(section="3.12",id="yc"))
public void testNewBeanCreatedForInitializerInjectionPoint()
testNewBeanCreatedForConstructorInjectioAnPoint
@SpecAssertions(value=@SpecAssertion(section="3.12",id="ye"))
public void testNewBeanCreatedForConstructorInjectioAnPoint()
testNewBeanCreatedForProducerMethod
@SpecAssertions(value=@SpecAssertion(section="3.12",id="yg"))
public void testNewBeanCreatedForProducerMethod()
testNewBeanCreatedForObserverMethod
@SpecAssertions(value=@SpecAssertion(section="3.12",id="yi"))
public void testNewBeanCreatedForObserverMethod()
testNewBeanCreatedForDisposerMethod
@SpecAssertions(value=@SpecAssertion(section="3.12",id="yk"))
public void testNewBeanCreatedForDisposerMethod()
testNewBeanIsDependentScoped
@SpecAssertions(value={})
public void testNewBeanIsDependentScoped()
testNewBeanHasNoStereotypes
@SpecAssertion(section="3.12",
id="t")
public void testNewBeanHasNoStereotypes()
testNewBeanHasNoObservers
@SpecAssertion(section="3.12",
id="u")
public void testNewBeanHasNoObservers()
testNewBeanHasNoProducerFields
@SpecAssertion(section="3.12",
id="w")
public void testNewBeanHasNoProducerFields()
throws Exception
- Throws:
Exception
testNewBeanHasNoProducerMethods
@SpecAssertion(section="3.12",
id="v")
public void testNewBeanHasNoProducerMethods()
throws Exception
- Throws:
Exception
testNewBeanHasNoDisposerMethods
@SpecAssertion(section="3.12",
id="x")
public void testNewBeanHasNoDisposerMethods()
throws Exception
- Throws:
Exception
testForEachSimpleBeanANewBeanExists
@SpecAssertion(section="3.12",
id="d")
public void testForEachSimpleBeanANewBeanExists()
testNewBeanHasSameConstructor
@SpecAssertion(section="3.12",
id="f")
public void testNewBeanHasSameConstructor()
testNewBeanHasSameInitializers
@SpecAssertion(section="3.12",
id="g")
public void testNewBeanHasSameInitializers()
testNewBeanHasSameInjectedFields
@SpecAssertion(section="3.12",
id="h")
public void testNewBeanHasSameInjectedFields()
testNewBeanWithNoMemberValue
@SpecAssertion(section="3.12",
id="z")
public void testNewBeanWithNoMemberValue()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.