@SpecVersion(spec="cdi",
version="20091101")
public class DecoratorNotAppliedToResultOfProducerTest
extends AbstractTest
beanManager| Constructor and Description |
|---|
DecoratorNotAppliedToResultOfProducerTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive() |
void |
testDecoratorNotAppliedToResultOfProducerField(DurableAccount account,
DurableAccount producedAccount) |
void |
testDecoratorNotAppliedToResultOfProducerMethod(ShortTermAccount account,
ShortTermAccount producedAccount) |
activate, annotationSetMatches, annotationSetMatches, destroyContext, getBeans, getBeans, getContextualReference, getContextualReference, getContextualReference, getCurrentConfiguration, getCurrentManager, getUniqueBean, getUniqueBean, isThrowablePresent, newDependentInstance, passivate, rawTypeSetMatches, setContextActive, setContextInactive, typeSetMatchespublic DecoratorNotAppliedToResultOfProducerTest()
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
@SpecAssertion(section="decorators",
id="b")
public void testDecoratorNotAppliedToResultOfProducerMethod(ShortTermAccount account,
@Synthetic
ShortTermAccount producedAccount)
@SpecAssertion(section="decorators",
id="b")
public void testDecoratorNotAppliedToResultOfProducerField(DurableAccount account,
@Synthetic
DurableAccount producedAccount)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.