org.jboss.jsr299.tck.tests.definition.bean.custom
Class CustomBeanImplementationTest
java.lang.Object
org.jboss.testharness.AbstractTest
org.jboss.jsr299.tck.AbstractJSR299Test
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
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 |
CustomBeanImplementationTest
public CustomBeanImplementationTest()
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.