@SpecVersion(spec="cdi",
version="2.0-EDR2")
public class ObserverMethodWithParametertizedTypeTest
extends AbstractTest
beanManager| Constructor and Description |
|---|
ObserverMethodWithParametertizedTypeTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive() |
void |
testObserverMethodCanObserveArrayTypeVariable() |
void |
testObserverMethodCanObserveArrayWildcard() |
void |
testObserverMethodCanObserveTypeVariable() |
void |
testObserverMethodCanObserveWildcardType() |
activate, annotationSetMatches, annotationSetMatches, destroyContext, getBeans, getBeans, getContextualReference, getContextualReference, getContextualReference, getCurrentConfiguration, getCurrentManager, getUniqueBean, getUniqueBean, isThrowablePresent, newDependentInstance, passivate, rawTypeSetMatches, setContextActive, setContextInactive, typeSetMatchespublic ObserverMethodWithParametertizedTypeTest()
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
@SpecAssertion(section="observer_method_event_parameter",
id="ca")
public void testObserverMethodCanObserveTypeVariable()
@SpecAssertion(section="observer_method_event_parameter",
id="cb")
public void testObserverMethodCanObserveWildcardType()
@SpecAssertion(section="observer_method_event_parameter",
id="da")
public void testObserverMethodCanObserveArrayTypeVariable()
@SpecAssertion(section="observer_method_event_parameter",
id="db")
public void testObserverMethodCanObserveArrayWildcard()
Copyright © 2008–2016 CDI TCK. All rights reserved.