@SpecVersion(spec="cdi",
version="20091101")
public class ResolveEventObserversTest
extends AbstractTest
beanManager| Constructor and Description |
|---|
ResolveEventObserversTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive() |
void |
testBeanManagerResolveObserversSignature() |
void |
testBeanManagerResolveObserversWithIllegalQualifier() |
void |
testMethodWithParameterAnnotatedWithObservesRegistersObserverMethod() |
void |
testMultipleObserverMethodsForSameEventPermissible() |
void |
testMultipleObserverMethodsOnBeanPermissible() |
void |
testObserverMethodAutomaticallyRegistered() |
void |
testObserverMethodMayHaveMultipleBindingTypes() |
void |
testObserverMethodNotAutomaticallyRegisteredForDisabledBeans() |
void |
testObserverMethodRegistration() |
void |
testObserverMethodWithoutBindingTypesObservesEventsWithoutBindingTypes() |
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="observer_methods",
id="e")
public void testMultipleObserverMethodsForSameEventPermissible()
@SpecAssertion(section="observer_methods",
id="f")
public void testMultipleObserverMethodsOnBeanPermissible()
@SpecAssertion(section="observes",
id="a")
public void testMethodWithParameterAnnotatedWithObservesRegistersObserverMethod()
throws SecurityException,
NoSuchMethodException
@SpecAssertion(section="observer_method_event_parameter",
id="b")
public void testObserverMethodWithoutBindingTypesObservesEventsWithoutBindingTypes()
@SpecAssertions(value={@SpecAssertion(section="observes",id="c"),@SpecAssertion(section="event_qualifier_types_with_members",id="a"),@SpecAssertion(section="multiple_event_qualifiers",id="a")})
public void testObserverMethodMayHaveMultipleBindingTypes()
@SpecAssertion(section="observer_notification",
id="aa")
public void testObserverMethodRegistration()
@SpecAssertions(value={@SpecAssertion(section="bm_observer_method_resolution",id="a"),@SpecAssertion(section="bm_observer_method_resolution",id="b")})
public void testBeanManagerResolveObserversSignature()
throws Exception
Exception@SpecAssertion(section="bm_observer_method_resolution",
id="e")
public void testBeanManagerResolveObserversWithIllegalQualifier()
@SpecAssertion(section="bean_discovery",
id="o")
public void testObserverMethodAutomaticallyRegistered()
@SpecAssertion(section="bean_discovery",
id="o")
public void testObserverMethodNotAutomaticallyRegisteredForDisabledBeans()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.