@SpecVersion(spec="cdi",
version="1.1 Final Release")
public class EventBeanObserverNotificationTest
extends AbstractObserverNotificationTest
This test was originally part of Weld test suite.
Note that we have to declare test methods on test class (not abstract superclass) because of the way we analyze assertions coverage.
beanManager| Constructor and Description |
|---|
EventBeanObserverNotificationTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive() |
protected void |
fireEvent(Giraffe payload,
Annotation... qualifiers)
Template method so that we can test both events fired using BeanManager as well as the Event bean.
|
void |
testNotifyInvoked() |
testNotifyInvokedInternalactivate, 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()
protected void fireEvent(Giraffe payload, Annotation... qualifiers)
AbstractObserverNotificationTestfireEvent in class AbstractObserverNotificationTest@SpecAssertion(section="observer_notification",id="fb") @SpecAssertion(section="abd",id="eb") @SpecAssertion(section="observer_resolution",id="k") public void testNotifyInvoked()
Copyright © 2008-2015 Seam Framework. All Rights Reserved.