org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes
Class VerifyValuesTest
java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.jboss.cdi.tck.AbstractTest
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.VerifyValuesTest
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@SpecVersion(spec="cdi",
version="20091101")
public class VerifyValuesTest- extends AbstractTest
This test was originally part of Weld test suite.
- Author:
- Jozef Hartinger, Martin Kouba
| Fields inherited from class org.jboss.arquillian.testng.Arquillian |
ARQUILLIAN_DATA_PROVIDER |
| Methods inherited from class org.jboss.cdi.tck.AbstractTest |
activate, annotationSetMatches, annotationSetMatches, destroyContext, getBeans, getBeans, getCurrentConfiguration, getCurrentManager, getInstanceByName, getInstanceByType, getInstanceByType, getUniqueBean, getUniqueBean, isThrowablePresent, passivate, rawTypeSetMatches, setContextActive, setContextInactive, typeSetMatches |
| Methods inherited from class org.jboss.arquillian.testng.Arquillian |
arquillianAfterClass, arquillianAfterSuite, arquillianAfterTest, arquillianArgumentProvider, arquillianBeforeClass, arquillianBeforeSuite, arquillianBeforeTest, run |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerifyValuesTest
public VerifyValuesTest()
createTestArchive
@Deployment
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
testManagedBeanAnnotated
@SpecAssertions(value=@SpecAssertion(section="11.5.10",id="baa"))
public void testManagedBeanAnnotated()
testManagedBeanAttributes
@SpecAssertions(value={@SpecAssertion(section="11.5.10",id="aa"),@SpecAssertion(section="11.5.10",id="ad")})
public void testManagedBeanAttributes()
testSessionBeanAnnotated
@SpecAssertions(value=@SpecAssertion(section="11.5.10",id="bab"))
public void testSessionBeanAnnotated()
testSessionBeanAttributes
@SpecAssertions(value={@SpecAssertion(section="11.5.10",id="aa"),@SpecAssertion(section="11.5.10",id="bab"),@SpecAssertion(section="11.5.10",id="bb")})
public void testSessionBeanAttributes()
testProducerMethodAnnotated
@SpecAssertions(value=@SpecAssertion(section="11.5.10",id="bac"))
public void testProducerMethodAnnotated()
testProducerMethodBeanAttributes
@SpecAssertions(value=@SpecAssertion(section="11.5.10",id="aa"))
public void testProducerMethodBeanAttributes()
testProducerFieldAnnotated
@SpecAssertions(value=@SpecAssertion(section="11.5.10",id="bad"))
public void testProducerFieldAnnotated()
testProducerFieldBeanAttributes
@SpecAssertions(value=@SpecAssertion(section="11.5.10",id="aa"))
public void testProducerFieldBeanAttributes()
testInterceptorBeanAttributes
@SpecAssertions(value={@SpecAssertion(section="11.5.10",id="ab"),@SpecAssertion(section="11.5.10",id="bb")})
public void testInterceptorBeanAttributes()
testDecoratorBeanAttributes
@SpecAssertions(value={@SpecAssertion(section="11.5.10",id="ac"),@SpecAssertion(section="11.5.10",id="bb")})
public void testDecoratorBeanAttributes()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.