org.jboss.cdi.tck.tests.implementation.producer.field.lifecycle
Class ProducerFieldLifecycleTest

java.lang.Object
  extended by org.jboss.arquillian.testng.Arquillian
      extended by org.jboss.cdi.tck.AbstractTest
          extended by 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


Field Summary
 
Fields inherited from class org.jboss.cdi.tck.AbstractTest
beanManager
 
Fields inherited from class org.jboss.arquillian.testng.Arquillian
ARQUILLIAN_DATA_PROVIDER
 
Constructor Summary
ProducerFieldLifecycleTest()
           
 
Method Summary
static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
           
 void testProducerFieldBeanCreate()
           
 void testProducerFieldForNullValueNotDependent()
           
 void testProducerFieldFromSpecializingBeanUsed()
           
 void testProducerFieldNotAnotherBean()
           
 void testProducerFieldReturnsNullIsDependent()
           
 void testProducerFieldReturnsNullIsNotDependent()
           
 void testProducerStaticFieldBean()
           
 
Methods inherited from class org.jboss.cdi.tck.AbstractTest
annotationSetMatches, annotationSetMatches, deserialize, destroyContext, getBeans, getBeans, getCurrentConfiguration, getCurrentManager, getInstanceByName, getInstanceByType, getInstanceByType, getUniqueBean, getUniqueBean, isThrowablePresent, rawTypeSetMatches, serialize, 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
 

Constructor Detail

ProducerFieldLifecycleTest

public ProducerFieldLifecycleTest()
Method Detail

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


Copyright © 2008-2012 Seam Framework. All Rights Reserved.