@SpecVersion(spec="cdi",
version="2.0-EDR2")
public class ContainerLifeCycleEventRuntimeInvocationTest
extends AbstractTest
| Constructor and Description |
|---|
ContainerLifeCycleEventRuntimeInvocationTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive() |
void |
testAfterBeanDiscoveryEventFails() |
void |
testAfterDeploymentValidationEventFails() |
void |
testAfterTypeDiscoveryEventFails() |
void |
testBeforeBeanDiscoveryEventFails() |
void |
testProcessAnnotatedTypeEventFails() |
void |
testProcessBeanAttributesEventFails() |
void |
testProcessBeanEventFails() |
void |
testProcessInjectionPointEventFails() |
void |
testProcessInjectionTargetEventFails() |
void |
testProcessManagedBeanEventFails() |
void |
testProcessObserverMethodEventFails() |
void |
testProcessProducer() |
void |
testProcessProducerFieldEventFails() |
void |
testProcessProducerMethodEventFails() |
void |
testProcessSessionBeanEventFails() |
void |
testProcessSyntheticAnnotatedTypeEventFails() |
activate, annotationSetMatches, annotationSetMatches, destroyContext, getBeans, getBeans, getContextualReference, getContextualReference, getContextualReference, getCurrentConfiguration, getCurrentManager, getUniqueBean, getUniqueBean, isThrowablePresent, newDependentInstance, passivate, rawTypeSetMatches, setContextActive, setContextInactive, typeSetMatchespublic ContainerLifeCycleEventRuntimeInvocationTest()
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
@SpecAssertions(value=@SpecAssertion(section="before_bean_discovery",id="f")) public void testBeforeBeanDiscoveryEventFails()
@SpecAssertions(value=@SpecAssertion(section="after_type_discovery",id="j")) public void testAfterTypeDiscoveryEventFails()
@SpecAssertions(value=@SpecAssertion(section="after_bean_discovery",id="j")) public void testAfterBeanDiscoveryEventFails()
@SpecAssertions(value=@SpecAssertion(section="after_deployment_validation",id="e")) public void testAfterDeploymentValidationEventFails()
@SpecAssertions(value=@SpecAssertion(section="process_annotated_type",id="f")) public void testProcessAnnotatedTypeEventFails()
@SpecAssertions(value=@SpecAssertion(section="process_annotated_type",id="f")) public void testProcessSyntheticAnnotatedTypeEventFails()
@SpecAssertions(value=@SpecAssertion(section="process_bean",id="o")) public void testProcessBeanEventFails()
@SpecAssertions(value=@SpecAssertion(section="process_bean",id="o")) public void testProcessManagedBeanEventFails()
@SpecAssertions(value=@SpecAssertion(section="process_bean",id="o")) public void testProcessSessionBeanEventFails()
@SpecAssertions(value=@SpecAssertion(section="process_bean",id="o")) public void testProcessProducerMethodEventFails()
@SpecAssertions(value=@SpecAssertion(section="process_bean",id="o")) public void testProcessProducerFieldEventFails()
@SpecAssertions(value=@SpecAssertion(section="process_bean_attributes",id="f")) public void testProcessBeanAttributesEventFails()
@SpecAssertions(value=@SpecAssertion(section="process_observer_method",id="dc")) public void testProcessObserverMethodEventFails()
@SpecAssertions(value=@SpecAssertion(section="process_injection_target",id="g")) public void testProcessInjectionTargetEventFails()
@SpecAssertions(value=@SpecAssertion(section="process_injection_point",id="e")) public void testProcessInjectionPointEventFails()
@SpecAssertions(value=@SpecAssertion(section="process_producer",id="i")) public void testProcessProducer()
Copyright © 2008–2016 CDI TCK. All rights reserved.