@SpecVersion(spec="int",
version="1.2")
public class LifecycleCallbackInterceptorTest
extends AbstractTest
beanManager| Constructor and Description |
|---|
LifecycleCallbackInterceptorTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive() |
void |
testAroundInvokeAndLifeCycleCallbackInterceptorsCanBeDefinedOnTheSameClass() |
void |
testLifeCycleCallbackInterceptorNotInvokedForMethodLevelInterceptor() |
void |
testLifecycleCallbackInterceptorTransactionContext() |
void |
testPackagePrivateLifecycleInterceptorMethod() |
void |
testPostConstructInterceptor() |
void |
testPreDestroyInterceptor() |
void |
testPrivateLifecycleInterceptorMethod() |
void |
testProtectedLifecycleInterceptorMethod() |
void |
testPublicLifecycleInterceptorMethod() |
void |
testSingleMethodInterposingMultipleLifecycleCallbackEvents() |
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="2.1",id="ab") @SpecAssertion(section="2.6",id="b") public void testPostConstructInterceptor()
@SpecAssertion(section="2.1",id="ab") @SpecAssertion(section="2.6",id="c") public void testPreDestroyInterceptor()
@SpecAssertion(section="2.6",
id="f")
public void testSingleMethodInterposingMultipleLifecycleCallbackEvents()
@SpecAssertion(section="2.1",id="ab") @SpecAssertion(section="2.1",id="d") public void testAroundInvokeAndLifeCycleCallbackInterceptorsCanBeDefinedOnTheSameClass()
@SpecAssertion(section="2.6",
id="ja")
public void testPublicLifecycleInterceptorMethod()
@SpecAssertion(section="2.6",
id="jc")
public void testProtectedLifecycleInterceptorMethod()
@SpecAssertion(section="2.6",
id="jb")
public void testPrivateLifecycleInterceptorMethod()
@SpecAssertion(section="2.6",
id="jd")
public void testPackagePrivateLifecycleInterceptorMethod()
@SpecAssertion(section="2.8",
id="b")
public void testLifeCycleCallbackInterceptorNotInvokedForMethodLevelInterceptor()
@SpecAssertion(section="2.6",
id="h")
public void testLifecycleCallbackInterceptorTransactionContext()
Copyright © 2008–2016 CDI TCK. All rights reserved.