@SpecVersion(spec="cdi",
version="20091101")
public class InterceptorNotResolvedInterModuleTest
extends AbstractTest
beanManager| Constructor and Description |
|---|
InterceptorNotResolvedInterModuleTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive()
Modules:
A - WEB-INF/classes BDA: Foo
B - WEB-INF/lib BDA: Cat, CatInterceptor, CatInterceptorBinding
Interceptor is not enabled in any BDA.
|
void |
testInterceptorNotAvailableForInjection() |
activate, annotationSetMatches, annotationSetMatches, destroyContext, getBeans, getBeans, getContextualReference, getContextualReference, getContextualReference, getCurrentConfiguration, getCurrentManager, getUniqueBean, getUniqueBean, isThrowablePresent, newDependentInstance, passivate, rawTypeSetMatches, setContextActive, setContextInactive, typeSetMatchespublic InterceptorNotResolvedInterModuleTest()
@ShouldThrowException(value=javax.enterprise.inject.spi.DeploymentException.class) @Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
@SpecAssertion(section="inter_module_injection",
id="b")
public void testInterceptorNotAvailableForInjection()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.