org.jboss.cdi.tck.tests.event.observer.extension
Class AbstractObserverNotificationTest
java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.jboss.cdi.tck.AbstractTest
org.jboss.cdi.tck.tests.event.observer.extension.AbstractObserverNotificationTest
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
- Direct Known Subclasses:
- BeanManagerObserverNotificationTest, EventBeanObserverNotificationTest
public abstract class AbstractObserverNotificationTest
- extends AbstractTest
| Fields inherited from class org.jboss.arquillian.testng.Arquillian |
ARQUILLIAN_DATA_PROVIDER |
| Methods inherited from class org.jboss.cdi.tck.AbstractTest |
annotationSetMatches, annotationSetMatches, deserialize, destroyContext, getBeans, getBeans, getCurrentConfiguration, getCurrentManager, getInstanceByName, getInstanceByType, getInstanceByType, getUniqueBean, getUniqueBean, isThrowablePresent, rawTypeSetMatches, serialize, setContextActive, setContextInactive, typeSetMatches |
| Methods inherited from class org.jboss.arquillian.testng.Arquillian |
arquillianAfterClass, arquillianAfterSuite, arquillianAfterTest, arquillianArgumentProvider, arquillianBeforeClass, arquillianBeforeSuite, arquillianBeforeTest, run |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractObserverNotificationTest
public AbstractObserverNotificationTest()
fireEvent
protected abstract void fireEvent(Giraffe payload,
Annotation... qualifiers)
- Template method so that we can test both events fired using BeanManager as well as the Event bean.
testNoQualifierInternal
protected void testNoQualifierInternal()
testSingleQualifierInternal
protected void testSingleQualifierInternal()
testMultipleQualifiersInternal
protected void testMultipleQualifiersInternal()
processQualifiers
protected Set<Annotation> processQualifiers(Set<Annotation> qualifiers)
Copyright © 2008-2012 Seam Framework. All Rights Reserved.