org.jboss.cdi.tck.tests.implementation.simple.newSimpleBean
Class NewSimpleBeanTest
java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.jboss.cdi.tck.AbstractTest
org.jboss.cdi.tck.tests.implementation.simple.newSimpleBean.NewSimpleBeanTest
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@SpecVersion(spec="cdi",
version="20091101")
public class NewSimpleBeanTest- extends AbstractTest
| Fields inherited from class org.jboss.arquillian.testng.Arquillian |
ARQUILLIAN_DATA_PROVIDER |
| Methods inherited from class org.jboss.cdi.tck.AbstractTest |
activate, annotationSetMatches, annotationSetMatches, destroyContext, getBeans, getBeans, getContextualReference, getContextualReference, getContextualReference, getCurrentConfiguration, getCurrentManager, getUniqueBean, getUniqueBean, isThrowablePresent, newDependentInstance, passivate, rawTypeSetMatches, setContextActive, setContextInactive, typeSetMatches |
| Methods inherited from class org.jboss.arquillian.testng.Arquillian |
arquillianAfterClass, arquillianAfterSuite, arquillianAfterTest, arquillianArgumentProvider, arquillianBeforeClass, arquillianBeforeSuite, arquillianBeforeTest, run |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewSimpleBeanTest
public NewSimpleBeanTest()
createTestArchive
@Deployment
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
testNewBeanCreatedForFieldInjectionPoint
@SpecAssertions(value=@SpecAssertion(section="new",id="ya"))
public void testNewBeanCreatedForFieldInjectionPoint()
testNewBeanCreatedForInitializerInjectionPoint
@SpecAssertions(value=@SpecAssertion(section="new",id="yc"))
public void testNewBeanCreatedForInitializerInjectionPoint()
testNewBeanCreatedForConstructorInjectioAnPoint
@SpecAssertions(value=@SpecAssertion(section="new",id="ye"))
public void testNewBeanCreatedForConstructorInjectioAnPoint()
testNewBeanCreatedForProducerMethod
@SpecAssertions(value=@SpecAssertion(section="new",id="yg"))
public void testNewBeanCreatedForProducerMethod()
testNewBeanCreatedForObserverMethod
@SpecAssertions(value=@SpecAssertion(section="new",id="yi"))
public void testNewBeanCreatedForObserverMethod()
testNewBeanCreatedForDisposerMethod
@SpecAssertions(value=@SpecAssertion(section="new",id="yk"))
public void testNewBeanCreatedForDisposerMethod()
testNewBeanIsDependentScoped
@SpecAssertions(value={})
public void testNewBeanIsDependentScoped()
testNewBeanHasNoStereotypes
@SpecAssertion(section="new",
id="t")
public void testNewBeanHasNoStereotypes()
testNewBeanHasNoObservers
@SpecAssertion(section="new",
id="u")
public void testNewBeanHasNoObservers()
testNewBeanHasNoProducerFields
@SpecAssertion(section="new",
id="w")
public void testNewBeanHasNoProducerFields()
throws Exception
- Throws:
Exception
testNewBeanHasNoProducerMethods
@SpecAssertion(section="new",
id="v")
public void testNewBeanHasNoProducerMethods()
throws Exception
- Throws:
Exception
testNewBeanHasNoDisposerMethods
@SpecAssertion(section="new",
id="x")
public void testNewBeanHasNoDisposerMethods()
throws Exception
- Throws:
Exception
testForEachSimpleBeanANewBeanExists
@SpecAssertion(section="new",
id="d")
public void testForEachSimpleBeanANewBeanExists()
testNewBeanHasTheSameBeanTypes
@SpecAssertion(section="new",
id="e")
public void testNewBeanHasTheSameBeanTypes()
testNewBeanHasTheSameInterceptorBindings
@SpecAssertion(section="new",
id="i")
public void testNewBeanHasTheSameInterceptorBindings()
testNewBeanHasSameConstructor
@SpecAssertion(section="new",
id="f")
public void testNewBeanHasSameConstructor()
testNewBeanHasSameInitializers
@SpecAssertion(section="new",
id="g")
public void testNewBeanHasSameInitializers()
testNewBeanHasSameInjectedFields
@SpecAssertion(section="new",
id="h")
public void testNewBeanHasSameInjectedFields()
testNewBeanIsNotAlternative
@SpecAssertion(section="new",
id="xb")
public void testNewBeanIsNotAlternative()
testNewBeanWithNoMemberValue
@SpecAssertion(section="new",
id="z")
public void testNewBeanWithNoMemberValue()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.