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

java.lang.Object
  extended by org.jboss.testharness.AbstractTest
      extended by org.jboss.jsr299.tck.AbstractJSR299Test
          extended by org.jboss.jsr299.tck.tests.implementation.producer.field.lifecycle.ProducerFieldLifecycleTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

@Artifact
@BeansXml(value="beans.xml")
@SpecVersion(spec="cdi",
             version="20091101")
public class ProducerFieldLifecycleTest
extends AbstractJSR299Test


Constructor Summary
ProducerFieldLifecycleTest()
           
 
Method Summary
 void testProducerFieldBeanCreate()
           
 void testProducerFieldForNullValueNotDependent()
           
 void testProducerFieldNotAnotherBean()
           
 void testProducerFieldReturnsNullIsDependent()
           
 void testProducerFieldReturnsNullIsNotDependent()
           
 void testProducerStaticFieldBean()
           
 void testSpecializedBeanAlwaysUsed()
           
 
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
 

Constructor Detail

ProducerFieldLifecycleTest

public ProducerFieldLifecycleTest()
Method Detail

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

testSpecializedBeanAlwaysUsed

@SpecAssertions(value=@SpecAssertion(section="4.3",id="cb"))
public void testSpecializedBeanAlwaysUsed()
                                   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.