org.jboss.cdi.tck.tests.implementation.producer.field.lifecycle
Class ProducerFieldLifecycleTest
java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.jboss.cdi.tck.AbstractTest
org.jboss.cdi.tck.tests.implementation.producer.field.lifecycle.ProducerFieldLifecycleTest
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@SpecVersion(spec="cdi",
version="20091101")
public class ProducerFieldLifecycleTest- 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, getCurrentConfiguration, getCurrentManager, getInstanceByName, getInstanceByType, getInstanceByType, getUniqueBean, getUniqueBean, isThrowablePresent, 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 |
ProducerFieldLifecycleTest
public ProducerFieldLifecycleTest()
createTestArchive
@Deployment
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
testProducerFieldNotAnotherBean
@SpecAssertions(value=@SpecAssertion(section="3.4",id="aa"))
public void testProducerFieldNotAnotherBean()
testProducerStaticFieldBean
@SpecAssertions(value={@SpecAssertion(section="5.5.5",id="a"),@SpecAssertion(section="3.4",id="b")})
public void testProducerStaticFieldBean()
testProducerFieldBeanCreate
@SpecAssertions(value={@SpecAssertion(section="5.5.5",id="b"),@SpecAssertion(section="7.3.5",id="ga")})
public void testProducerFieldBeanCreate()
throws Exception
- Throws:
Exception
testProducerFieldFromSpecializingBeanUsed
@SpecAssertions(value=@SpecAssertion(section="4.3",id="cd"))
public void testProducerFieldFromSpecializingBeanUsed()
throws Exception
- Throws:
Exception
testProducerFieldReturnsNullIsDependent
@SpecAssertions(value={@SpecAssertion(section="3.4",id="d"),@SpecAssertion(section="7.3.5",id="m")})
public void testProducerFieldReturnsNullIsDependent()
throws Exception
- Throws:
Exception
testProducerFieldForNullValueNotDependent
@SpecAssertions(value=@SpecAssertion(section="7.3.5",id="n"))
public void testProducerFieldForNullValueNotDependent()
throws Exception
- Throws:
Exception
testProducerFieldReturnsNullIsNotDependent
@SpecAssertions(value={@SpecAssertion(section="3.4",id="e"),@SpecAssertion(section="7.3.5",id="n")})
public void testProducerFieldReturnsNullIsNotDependent()
throws Exception
- Throws:
Exception
testProducerFieldBeanDestroy
@SpecAssertions(value=@SpecAssertion(section="7.3.5",id="o"))
public void testProducerFieldBeanDestroy()
throws Exception
- Throws:
Exception
Copyright © 2008-2012 Seam Framework. All Rights Reserved.