org.jboss.cdi.tck.tests.event.bindingTypes
Class EventBindingTypesTest
java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.jboss.cdi.tck.AbstractTest
org.jboss.cdi.tck.tests.event.bindingTypes.EventBindingTypesTest
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@SpecVersion(spec="cdi",
version="20091101")
public class EventBindingTypesTest- extends AbstractTest
- 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 |
EventBindingTypesTest
public EventBindingTypesTest()
createTestArchive
@Deployment
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
testEventBindingTypeTargetsMethodFieldParameterElementTypes
@SpecAssertion(section="10.1",
id="d")
public void testEventBindingTypeTargetsMethodFieldParameterElementTypes()
testEventBindingTypeTargetsFieldParameterElementTypes
@SpecAssertion(section="10.1",
id="e")
public void testEventBindingTypeTargetsFieldParameterElementTypes()
testNonRuntimeBindingTypeIsNotAnEventBindingType
@SpecAssertion(section="10.1",
id="f")
public void testNonRuntimeBindingTypeIsNotAnEventBindingType()
- This test ensures that an event binding type without runtime retention is effectively invisible
testFireEventWithNonRuntimeBindingTypeFails
@SpecAssertion(section="10.1",
id="f")
public void testFireEventWithNonRuntimeBindingTypeFails()
testFireEventWithNonBindingAnnotationsFails
@SpecAssertion(section="10.1",
id="g")
public void testFireEventWithNonBindingAnnotationsFails()
testEventAlwaysHasAnyBinding
@SpecAssertion(section="10.1",
id="i")
public void testEventAlwaysHasAnyBinding()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.