org.jboss.cdi.tck.tests.event.implicit
Class ImplicitEventTest
java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.jboss.cdi.tck.AbstractTest
org.jboss.cdi.tck.tests.event.implicit.ImplicitEventTest
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@SpecVersion(spec="cdi",
version="20091101")
public class ImplicitEventTest- extends AbstractTest
Test that there is an implicit event bean for every legal event type and verify its composition.
- Author:
- Dan 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, 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 |
ImplicitEventTest
public ImplicitEventTest()
createTestArchive
@Deployment
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
testImplicitEventExistsForEachEventType
@SpecAssertion(section="10.3.2",
id="a")
public void testImplicitEventExistsForEachEventType()
testImplicitEventHasAllExplicitBindingTypes
@SpecAssertion(section="10.3.2",
id="b")
public void testImplicitEventHasAllExplicitBindingTypes()
testImplicitEventHasAnyBinding
@SpecAssertion(section="10.1",
id="i")
public void testImplicitEventHasAnyBinding()
testImplicitEventHasDependentScope
@SpecAssertion(section="10.3.2",
id="d")
public void testImplicitEventHasDependentScope()
testImplicitEventHasNoName
@SpecAssertion(section="10.3.2",
id="e")
public void testImplicitEventHasNoName()
testImplicitEventHasImplementation
@SpecAssertion(section="10.3.2",
id="f")
public void testImplicitEventHasImplementation()
testImplicitEventIsPassivationCapable
@SpecAssertions(value={@SpecAssertion(section="10.3.2",id="g"),@SpecAssertion(section="6.6.2",id="e")})
public void testImplicitEventIsPassivationCapable()
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
Copyright © 2008-2012 Seam Framework. All Rights Reserved.