@SpecVersion(spec="cdi",
version="2.0-EDR2")
public class ParameterizedEventTest
extends AbstractTest
WELD-1272,
CDI-256beanManager| Constructor and Description |
|---|
ParameterizedEventTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive() |
void |
testEventObjectTypeUsed() |
void |
testSelectedEventTypeCombinedWithEventObjectRuntimeTypeForResolvingEventTypeArguments() |
void |
testSelectedEventTypeCombinedWithEventObjectRuntimeTypeForResolvingEventTypeArguments2() |
void |
testSelectedEventTypeUsedForResolvingEventTypeArguments() |
void |
testSelectedEventTypeUsedForResolvingEventTypeArguments2() |
void |
testUnresolvedTypeVariableDetected1() |
<T> void |
testUnresolvedTypeVariableDetected2() |
<T> void |
testUnresolvedTypeVariableDetected3() |
void |
testWildcardIsResolvable() |
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",id="edb") @SpecAssertion(section="observes",id="a") public void testSelectedEventTypeUsedForResolvingEventTypeArguments()
@SpecAssertion(section="event",id="edb") @SpecAssertion(section="observes",id="a") public void testSelectedEventTypeUsedForResolvingEventTypeArguments2()
@SpecAssertion(section="event",id="edb") @SpecAssertion(section="observes",id="a") public void testSelectedEventTypeCombinedWithEventObjectRuntimeTypeForResolvingEventTypeArguments()
@SpecAssertions(value=@SpecAssertion(section="event",id="edb")) public void testSelectedEventTypeCombinedWithEventObjectRuntimeTypeForResolvingEventTypeArguments2()
@SpecAssertions(value=@SpecAssertion(section="observers_assignability",id="d")) public void testEventObjectTypeUsed()
@SpecAssertions(value=@SpecAssertion(section="event",id="f")) public void testUnresolvedTypeVariableDetected1()
@SpecAssertions(value=@SpecAssertion(section="event",id="f")) public <T> void testUnresolvedTypeVariableDetected2()
@SpecAssertions(value=@SpecAssertion(section="event",id="f")) public <T> void testUnresolvedTypeVariableDetected3()
@SpecAssertions(value=@SpecAssertion(section="observers_assignability",id="e")) public void testWildcardIsResolvable()
Copyright © 2008–2016 CDI TCK. All rights reserved.