@SpecVersion(spec="cdi",
version="2.0-EDR2")
public class ResolutionByNameTest
extends AbstractTest
beanManager| Constructor and Description |
|---|
ResolutionByNameTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive() |
void |
testBeanNameWithSeparatedListOfELIdentifiers() |
void |
testContextCreatesNewInstanceForInjection() |
void |
testELResolverReturnsContextualInstance() |
void |
testQualifiedNameLookup() |
void |
testUnresolvedNameReturnsNull() |
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="dependent_scope_el",
id="a")
public void testQualifiedNameLookup()
@SpecAssertion(section="contextual_instance",id="a") @SpecAssertion(section="contextual_instance",id="b") public void testContextCreatesNewInstanceForInjection()
@SpecAssertion(section="el",
id="c")
public void testUnresolvedNameReturnsNull()
@SpecAssertion(section="el",id="d") @SpecAssertion(section="names",id="a") public void testELResolverReturnsContextualInstance()
@SpecAssertions(value=@SpecAssertion(section="names",id="a")) public void testBeanNameWithSeparatedListOfELIdentifiers()
Copyright © 2008–2016 CDI TCK. All rights reserved.