org.jboss.jsr299.tck.tests.implementation.simple.newSimpleBean
Class NewSimpleBeanTest

java.lang.Object
  extended by org.jboss.testharness.AbstractTest
      extended by org.jboss.jsr299.tck.AbstractJSR299Test
          extended by 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


Constructor Summary
NewSimpleBeanTest()
           
 
Method Summary
 void testForEachSimpleBeanANewBeanExists()
           
 void testNewBeanCreatedForConstructorInjectioAnPoint()
           
 void testNewBeanCreatedForDisposerMethod()
           
 void testNewBeanCreatedForFieldInjectionPoint()
           
 void testNewBeanCreatedForInitializerInjectionPoint()
           
 void testNewBeanCreatedForObserverMethod()
           
 void testNewBeanCreatedForProducerMethod()
           
 void testNewBeanHasNoDisposerMethods()
           
 void testNewBeanHasNoObservers()
           
 void testNewBeanHasNoProducerFields()
           
 void testNewBeanHasNoProducerMethods()
           
 void testNewBeanHasNoStereotypes()
           
 void testNewBeanHasSameConstructor()
           
 void testNewBeanHasSameInitializers()
           
 void testNewBeanHasSameInjectedFields()
           
 void testNewBeanIsDependentScoped()
           
 void testNewBeanWithNoMemberValue()
           
 
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

NewSimpleBeanTest

public NewSimpleBeanTest()
Method Detail

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.