org.jboss.jsr299.tck.tests.definition.bean.custom
Class CustomBeanImplementationTest

java.lang.Object
  extended by org.jboss.testharness.AbstractTest
      extended by org.jboss.jsr299.tck.AbstractJSR299Test
          extended by org.jboss.jsr299.tck.tests.definition.bean.custom.CustomBeanImplementationTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

@Artifact
@SpecVersion(spec="cdi",
             version="20091101")
@BeansXml(value="beans.xml")
@Extension(value="javax.enterprise.inject.spi.Extension")
public class CustomBeanImplementationTest
extends AbstractJSR299Test


Constructor Summary
CustomBeanImplementationTest()
           
 
Method Summary
 void testGetBeanClassCalled()
           
 void testGetBindingsCalled()
           
 void testGetInjectionPointsCalled()
           
 void testGetNameCalled()
           
 void testGetScopeTypeCalled()
           
 void testGetStereotypesCalled()
           
 void testGetTypesCalled()
           
 void testIsNullableCalled()
           
 void testIsPolicyCalled()
           
 
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

CustomBeanImplementationTest

public CustomBeanImplementationTest()
Method Detail

testGetBeanClassCalled

@SpecAssertions(value=@SpecAssertion(section="5.1.1",id="k"))
public void testGetBeanClassCalled()

testGetStereotypesCalled

@SpecAssertion(section="5.1.1",
               id="k")
public void testGetStereotypesCalled()

testIsPolicyCalled

@SpecAssertion(section="5.1.1",
               id="k")
public void testIsPolicyCalled()

testGetTypesCalled

@SpecAssertion(section="5.2",
               id="na")
public void testGetTypesCalled()

testGetBindingsCalled

@SpecAssertion(section="5.2",
               id="nb")
public void testGetBindingsCalled()

testGetInjectionPointsCalled

@SpecAssertion(section="5.2.1",
               id="b")
public void testGetInjectionPointsCalled()

testIsNullableCalled

@SpecAssertion(section="5.2.4",
               id="ba")
public void testIsNullableCalled()

testGetNameCalled

@SpecAssertion(section="5.3",
               id="e")
public void testGetNameCalled()

testGetScopeTypeCalled

@SpecAssertion(section="6.5.2",
               id="e")
public void testGetScopeTypeCalled()


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