@SpecVersion(spec="cdi",
version="2.0-EDR2")
public class ContainerEventTest
extends AbstractTest
beanManager| Constructor and Description |
|---|
ContainerEventTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.EnterpriseArchive |
createTestArchive() |
void |
testGetEJBName() |
void |
testGetSessionBeanType() |
void |
testProcessAnnotatedTypeFiredForManagedBean() |
void |
testProcessAnnotatedTypeFiredForSessionBean() |
void |
testProcessAnnotatedTypeFiredForSessionBeanInterceptor() |
void |
testProcessInjectionTargetFiredForManagedBean() |
void |
testProcessInjectionTargetFiredForSessionBean() |
void |
testProcessInjectionTargetFiredForSessionBeanInterceptor() |
void |
testProcessManagedBeanFired() |
void |
testProcessSessionBeanFiredForStatefulSessionBean() |
void |
testProcessSessionBeanFiredForStatelessSessionBean() |
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.EnterpriseArchive createTestArchive()
@SpecAssertion(section="bean_discovery_steps",id="f") @SpecAssertion(section="process_injection_target",id="aaa") public void testProcessInjectionTargetFiredForManagedBean()
@SpecAssertion(section="process_injection_target_ee",id="aab") @SpecAssertion(section="process_injection_target_ee",id="abb") @SpecAssertion(section="bean_discovery_steps_ee",id="bb") public void testProcessInjectionTargetFiredForSessionBean()
@SpecAssertion(section="process_injection_target_ee",id="aaf") @SpecAssertion(section="process_injection_target_ee",id="abf") @SpecAssertion(section="bean_discovery_steps_ee",id="bh") public void testProcessInjectionTargetFiredForSessionBeanInterceptor()
@SpecAssertion(section="type_discovery_steps",
id="c")
public void testProcessAnnotatedTypeFiredForManagedBean()
@SpecAssertion(section="type_bean_discovery_ee",
id="bb")
public void testProcessAnnotatedTypeFiredForSessionBean()
@SpecAssertion(section="type_bean_discovery_ee",
id="bh")
public void testProcessAnnotatedTypeFiredForSessionBeanInterceptor()
@SpecAssertion(section="process_bean",
id="ba")
public void testProcessManagedBeanFired()
@SpecAssertion(section="process_bean_ee",id="ca") @SpecAssertion(section="bean_discovery_steps_ee",id="fb") public void testProcessSessionBeanFiredForStatelessSessionBean()
@SpecAssertion(section="process_bean_ee",id="ca") @SpecAssertion(section="bean_discovery_steps_ee",id="fb") public void testProcessSessionBeanFiredForStatefulSessionBean()
@SpecAssertion(section="process_bean_ee",
id="hb")
public void testGetEJBName()
@SpecAssertion(section="process_bean_ee",
id="hc")
public void testGetSessionBeanType()
Copyright © 2008–2016 CDI TCK. All rights reserved.