org.jboss.cdi.tck.tests.extensions.processBean
Class ProcessBeanTest
java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.jboss.cdi.tck.AbstractTest
org.jboss.cdi.tck.tests.extensions.processBean.ProcessBeanTest
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@SpecVersion(spec="cdi",
version="20091101")
public class ProcessBeanTest- extends AbstractTest
Producer extension tests.
- Author:
- David Allen, Martin Kouba
| Fields inherited from class org.jboss.arquillian.testng.Arquillian |
ARQUILLIAN_DATA_PROVIDER |
| Methods inherited from class org.jboss.cdi.tck.AbstractTest |
annotationSetMatches, annotationSetMatches, deserialize, destroyContext, getBeans, getBeans, getCurrentConfiguration, getCurrentManager, getInstanceByName, getInstanceByType, getInstanceByType, getUniqueBean, getUniqueBean, isThrowablePresent, rawTypeSetMatches, serialize, 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 |
ProcessBeanTest
public ProcessBeanTest()
createTestArchive
@Deployment
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
testProcessBeanEvent
@SpecAssertions(value={@SpecAssertion(section="11.5.11",id="ba"),@SpecAssertion(section="11.5.11",id="eda"),@SpecAssertion(section="11.5.11",id="efa"),@SpecAssertion(section="11.5.11",id="fa"),@SpecAssertion(section="11.5.11",id="l"),@SpecAssertion(section="12.4",id="fa")})
public void testProcessBeanEvent()
testProcessProducerMethodEvent
@SpecAssertions(value={@SpecAssertion(section="11.5.11",id="eaa"),@SpecAssertion(section="11.5.11",id="edc"),@SpecAssertion(section="11.5.11",id="efc"),@SpecAssertion(section="11.5.11",id="fc"),@SpecAssertion(section="11.5.11",id="i"),@SpecAssertion(section="11.5.11",id="j"),@SpecAssertion(section="12.4",id="ha")})
public void testProcessProducerMethodEvent()
testProcessProducerFieldEvent
@SpecAssertions(value={@SpecAssertion(section="11.5.11",id="eb"),@SpecAssertion(section="11.5.11",id="edd"),@SpecAssertion(section="11.5.11",id="efd"),@SpecAssertion(section="11.5.11",id="fd"),@SpecAssertion(section="11.5.11",id="n"),@SpecAssertion(section="12.4",id="hb")})
public void testProcessProducerFieldEvent()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.