@SpecVersion(spec="cdi",
version="1.1 Final Release")
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()
@SpecAssertion(section="bean_metadata",id="a") @SpecAssertion(section="bean_metadata",id="f") public void testBeanMetadata()
@SpecAssertion(section="bean_metadata",id="a") @SpecAssertion(section="bean_metadata",id="f") public void testProducerMethodMetadata()
@SpecAssertion(section="bean_metadata",id="b") @SpecAssertion(section="bean_metadata",id="d") @SpecAssertion(section="bean_metadata",id="f") public void testInterceptorMetadata()
@SpecAssertion(section="bean_metadata",id="c") @SpecAssertion(section="bean_metadata",id="e") @SpecAssertion(section="bean_metadata",id="f") public void testDecoratorMetadata()
Copyright © 2008-2015 Seam Framework. All Rights Reserved.