@SpecVersion(spec="int",
version="1.2")
public class InterceptorBindingTypeWithMemberTest
extends AbstractTest
| Modifier and Type | Class and Description |
|---|---|
class |
InterceptorBindingTypeWithMemberTest.PlantInterceptorBindingLiteral |
beanManager| Constructor and Description |
|---|
InterceptorBindingTypeWithMemberTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive() |
void |
testInterceptorBindingTypeMemberValuesComparedWithEquals()
Note that we cannot directly test that member values are compared using equals() as only primitive types, String, Class,
enum and annotation are permitted to be annotation attributes.
|
void |
testInterceptorBindingTypeWithMember() |
void |
testInterceptorBindingTypeWithNonBindingMember() |
activate, annotationSetMatches, annotationSetMatches, destroyContext, getBeans, getBeans, getContextualReference, getContextualReference, getContextualReference, getCurrentConfiguration, getCurrentManager, getUniqueBean, getUniqueBean, isThrowablePresent, newDependentInstance, passivate, rawTypeSetMatches, setContextActive, setContextInactive, typeSetMatchespublic InterceptorBindingTypeWithMemberTest()
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
@SpecAssertions(value=@SpecAssertion(section="3.4.2",id="a")) public void testInterceptorBindingTypeWithMember()
@SpecAssertions(value=@SpecAssertion(section="3.4.2",id="c")) public void testInterceptorBindingTypeWithNonBindingMember()
@SpecAssertions(value=@SpecAssertion(section="3.4.2",id="b")) public void testInterceptorBindingTypeMemberValuesComparedWithEquals()
Copyright © 2008-2015 Seam Framework. All Rights Reserved.