@SpecVersion(spec="cdi",
version="2.0-EDR2")
public class EnterpriseBeanLifecycleTest
extends AbstractTest
beanManager| Constructor and Description |
|---|
EnterpriseBeanLifecycleTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive() |
void |
testCreateSFSB() |
void |
testCreateSLSB() |
void |
testDependentObjectsDestroyed() |
void |
testDestroyRemovesSFSB() |
void |
testDirectSubClassInheritsPostConstructOnSuperclass() |
void |
testIndirectSubClassInheritsPostConstructOnSuperclass() |
void |
testIndirectSubClassInheritsPreDestroyOnSuperclass() |
void |
testInitializerMethodsCalledWithCurrentParameterValues() |
void |
testRemovedEjbIgnored() |
void |
testSerializeSFSB() |
void |
testSubClassInheritsPreDestroyOnSuperclass() |
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="stateful_lifecycle",id="bb") @SpecAssertion(section="contextual_reference",id="b") @SpecAssertion(section="bean_archive_ee",id="ja")
public void testCreateSFSB()
throws Exception
Exception@SpecAssertions(value=@SpecAssertion(section="passivation_capable_dependency_ee",id="ac"))
public void testSerializeSFSB()
throws Exception
Exception@SpecAssertion(section="stateful_lifecycle",id="bc") @SpecAssertion(section="stateless_lifecycle",id="c")
public void testDestroyRemovesSFSB()
throws Exception
Exception@SpecAssertion(section="stateless_lifecycle",id="c") @SpecAssertion(section="session_bean_ejb_remove_method",id="dba") public void testRemovedEjbIgnored()
@SpecAssertions(value=@SpecAssertion(section="stateless_lifecycle",id="b")) public void testCreateSLSB()
@SpecAssertion(section="initializer_methods_ee",
id="f")
public void testInitializerMethodsCalledWithCurrentParameterValues()
@SpecAssertion(section="dependent_objects_destruction_ee",
id="a")
public void testDependentObjectsDestroyed()
@SpecAssertion(section="member_level_inheritance_ee",
id="bab")
public void testDirectSubClassInheritsPostConstructOnSuperclass()
throws Exception
Exception@SpecAssertion(section="member_level_inheritance_ee",
id="bad")
public void testIndirectSubClassInheritsPostConstructOnSuperclass()
throws Exception
Exception@SpecAssertion(section="member_level_inheritance_ee",
id="bbb")
public void testSubClassInheritsPreDestroyOnSuperclass()
throws Exception
ExceptionCopyright © 2008–2016 CDI TCK. All rights reserved.