org.jboss.jsr299.tck.tests.implementation.enterprise.newBean
Class NewEnterpriseBeanTest

java.lang.Object
  extended by org.jboss.testharness.AbstractTest
      extended by org.jboss.jsr299.tck.AbstractJSR299Test
          extended by org.jboss.jsr299.tck.tests.implementation.enterprise.newBean.NewEnterpriseBeanTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

@Artifact
@Packaging(value=EAR)
@SpecVersion(spec="cdi",
             version="20091101")
public class NewEnterpriseBeanTest
extends AbstractJSR299Test


Constructor Summary
NewEnterpriseBeanTest()
           
 
Method Summary
 void testForEachEnterpriseBeanANewBeanExists()
           
 void testNewBeanHasNoBeanELName()
           
 void testNewBeanHasNoObservers()
           
 void testNewBeanHasNoStereotypes()
           
 void testNewBeanIsDependentScoped()
           
 void testNewBeanIsHasOnlyNewBinding()
           
 
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

NewEnterpriseBeanTest

public NewEnterpriseBeanTest()
Method Detail

testNewBeanIsDependentScoped

@SpecAssertion(section="3.12",
               id="p")
public void testNewBeanIsDependentScoped()

testNewBeanIsHasOnlyNewBinding

@SpecAssertion(section="3.12",
               id="r")
public void testNewBeanIsHasOnlyNewBinding()

testNewBeanHasNoBeanELName

@SpecAssertion(section="3.12",
               id="s")
public void testNewBeanHasNoBeanELName()

testNewBeanHasNoStereotypes

@SpecAssertion(section="3.12",
               id="t")
public void testNewBeanHasNoStereotypes()

testNewBeanHasNoObservers

@SpecAssertion(section="3.12",
               id="u")
public void testNewBeanHasNoObservers()

testForEachEnterpriseBeanANewBeanExists

@SpecAssertions(value=@SpecAssertion(section="3.12",id="j"))
public void testForEachEnterpriseBeanANewBeanExists()


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