@SpecVersion(spec="cdi",
version="20091101")
public class InterceptorBindingInheritanceTest
extends AbstractTest
beanManager| Constructor and Description |
|---|
InterceptorBindingInheritanceTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive() |
void |
testInterceptorBindingDirectlyInheritedFromManagedBean(Larch larch) |
void |
testInterceptorBindingDirectlyInheritedFromSessionBean(ForgetMeNot forgetMeNot) |
void |
testInterceptorBindingIndirectlyInheritedFromManagedBean(Larch europeanLarch) |
void |
testInterceptorBindingIndirectlyInheritedFromSessionBean(ForgetMeNot woodForgetMeNot) |
void |
testMethodInterceptorBindingDirectlyInheritedFromManagedBean(Herb herb) |
void |
testMethodInterceptorBindingDirectlyInheritedFromSessionBean(Grass grass) |
void |
testMethodInterceptorBindingDirectlyNotInherited(Shrub shrub) |
void |
testMethodInterceptorBindingIndirectlyInheritedFromManagedBean(Herb thyme) |
void |
testMethodInterceptorBindingIndirectlyInheritedFromSessionBean(Grass waterChestnut) |
void |
testMethodInterceptorBindingIndirectlyNotInherited(Shrub rosehip) |
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()
@SpecAssertions(value={@SpecAssertion(section="type_level_inheritance",id="ad"),@SpecAssertion(section="type_level_inheritance",id="ada")})
public void testInterceptorBindingDirectlyInheritedFromManagedBean(Larch larch)
throws Exception
Exception@SpecAssertions(value={@SpecAssertion(section="type_level_inheritance",id="aj"),@SpecAssertion(section="type_level_inheritance",id="aja")})
public void testInterceptorBindingIndirectlyInheritedFromManagedBean(Larch europeanLarch)
throws Exception
Exception@SpecAssertions(value={@SpecAssertion(section="type_level_inheritance",id="an"),@SpecAssertion(section="type_level_inheritance",id="ana")})
public void testInterceptorBindingDirectlyInheritedFromSessionBean(ForgetMeNot forgetMeNot)
throws Exception
Exception@SpecAssertions(value={@SpecAssertion(section="type_level_inheritance",id="ar"),@SpecAssertion(section="type_level_inheritance",id="ara")})
public void testInterceptorBindingIndirectlyInheritedFromSessionBean(ForgetMeNot woodForgetMeNot)
throws Exception
Exception@SpecAssertion(section="member_level_inheritance",
id="ka")
public void testMethodInterceptorBindingDirectlyInheritedFromManagedBean(Herb herb)
@SpecAssertion(section="member_level_inheritance",
id="kc")
public void testMethodInterceptorBindingIndirectlyInheritedFromManagedBean(Herb thyme)
@SpecAssertion(section="member_level_inheritance",
id="kb")
public void testMethodInterceptorBindingDirectlyInheritedFromSessionBean(Grass grass)
@SpecAssertion(section="member_level_inheritance",
id="kd")
public void testMethodInterceptorBindingIndirectlyInheritedFromSessionBean(Grass waterChestnut)
@SpecAssertion(section="member_level_inheritance",
id="ka")
public void testMethodInterceptorBindingDirectlyNotInherited(Shrub shrub)
@SpecAssertion(section="member_level_inheritance",
id="kc")
public void testMethodInterceptorBindingIndirectlyNotInherited(Shrub rosehip)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.