@SpecVersion(spec="cdi",
version="2.0-EDR2")
public class EventBindingTypesTest
extends AbstractTest
beanManager| Constructor and Description |
|---|
EventBindingTypesTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive() |
void |
testEventAlwaysHasAnyBinding() |
void |
testEventBindingTypeTargetsFieldParameterElementTypes() |
void |
testEventBindingTypeTargetsMethodFieldParameterElementTypes() |
void |
testFireEventWithNonBindingAnnotationsFails() |
void |
testFireEventWithNonRuntimeBindingTypeFails() |
void |
testNonRuntimeBindingTypeIsNotAnEventBindingType()
This test ensures that an event binding type without runtime retention is effectively invisible
|
activate, annotationSetMatches, annotationSetMatches, destroyContext, getBeans, getBeans, getContextualReference, getContextualReference, getContextualReference, getCurrentConfiguration, getCurrentManager, getUniqueBean, getUniqueBean, isThrowablePresent, newDependentInstance, passivate, rawTypeSetMatches, setContextActive, setContextInactive, typeSetMatches@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
@SpecAssertion(section="event_types_and_qualifier_types",
id="d")
public void testEventBindingTypeTargetsMethodFieldParameterElementTypes()
@SpecAssertion(section="event_types_and_qualifier_types",
id="d")
public void testEventBindingTypeTargetsFieldParameterElementTypes()
@SpecAssertion(section="event_types_and_qualifier_types",
id="d")
public void testNonRuntimeBindingTypeIsNotAnEventBindingType()
@SpecAssertion(section="event_types_and_qualifier_types",
id="d")
public void testFireEventWithNonRuntimeBindingTypeFails()
@SpecAssertion(section="event_types_and_qualifier_types",
id="g")
public void testFireEventWithNonBindingAnnotationsFails()
@SpecAssertion(section="event_types_and_qualifier_types",
id="i")
public void testEventAlwaysHasAnyBinding()
Copyright © 2008–2016 CDI TCK. All rights reserved.