@SpecVersion(spec="cdi",
version="20091101")
public class BuiltinMetadataBeanTest
extends AbstractTest
This test was originally part of Weld test suite.
Note that we also test that all built-in beans are passivation capable dependencies - if validation of passivation capable beans and dependencies fails test the deployment (and thus all test methods) will fail.
beanManager| Constructor and Description |
|---|
BuiltinMetadataBeanTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive() |
void |
testBeanMetadata() |
void |
testDecoratorMetadata() |
void |
testInterceptorMetadata() |
void |
testProducerMethodMetadata() |
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="bean_metadata",id="a"),@SpecAssertion(section="bean_metadata",id="f")})
public void testBeanMetadata()
@SpecAssertions(value={@SpecAssertion(section="bean_metadata",id="a"),@SpecAssertion(section="bean_metadata",id="f")})
public void testProducerMethodMetadata()
@SpecAssertions(value={@SpecAssertion(section="bean_metadata",id="b"),@SpecAssertion(section="bean_metadata",id="d"),@SpecAssertion(section="bean_metadata",id="f")})
public void testInterceptorMetadata()
@SpecAssertions(value={@SpecAssertion(section="bean_metadata",id="c"),@SpecAssertion(section="bean_metadata",id="e"),@SpecAssertion(section="bean_metadata",id="f")})
public void testDecoratorMetadata()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.