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
- 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 |
activate, annotationSetMatches, annotationSetMatches, destroyContext, getBeans, getBeans, getContextualReference, getContextualReference, getContextualReference, getCurrentConfiguration, getCurrentManager, getUniqueBean, getUniqueBean, isThrowablePresent, newDependentInstance, 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 |
ProcessBeanTest
public ProcessBeanTest()
createTestArchive
@Deployment
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
testProcessBeanEvent
@SpecAssertions(value={@SpecAssertion(section="pb",id="ba"),@SpecAssertion(section="pb",id="bb"),@SpecAssertion(section="pb",id="eda"),@SpecAssertion(section="pb",id="efa"),@SpecAssertion(section="pb",id="fa"),@SpecAssertion(section="pb",id="l"),@SpecAssertion(section="bean_discovery",id="fa")})
public void testProcessBeanEvent()
testProcessProducerMethodEvent
@SpecAssertions(value={@SpecAssertion(section="pb",id="eaa"),@SpecAssertion(section="pb",id="eab"),@SpecAssertion(section="pb",id="edc"),@SpecAssertion(section="pb",id="efc"),@SpecAssertion(section="pb",id="fc"),@SpecAssertion(section="pb",id="i"),@SpecAssertion(section="pb",id="j"),@SpecAssertion(section="bean_discovery",id="ha")})
public void testProcessProducerMethodEvent()
testProcessProducerFieldEvent
@SpecAssertions(value={@SpecAssertion(section="pb",id="eba"),@SpecAssertion(section="pb",id="ebb"),@SpecAssertion(section="pb",id="edd"),@SpecAssertion(section="pb",id="efd"),@SpecAssertion(section="pb",id="fd"),@SpecAssertion(section="pb",id="n"),@SpecAssertion(section="bean_discovery",id="hb")})
public void testProcessProducerFieldEvent()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.