@SpecVersion(spec="cdi",
version="20091101")
public class SelectEventTest
extends AbstractTest
beanManager| Constructor and Description |
|---|
SelectEventTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive() |
void |
testEventSelectReturnsEventOfSameType() |
void |
testEventSelectThrowsExceptionForDuplicateBindingType() |
void |
testEventSelectThrowsExceptionIfAnnotationIsNotBindingType() |
<T> void |
testEventSelectThrowsExceptionIfEventTypeHasTypeVariable() |
void |
testEventSelectWithSubtypeThrowsExceptionForDuplicateBindingType() |
void |
testEventSelectWithSubtypeThrowsExceptionIfAnnotationIsNotBindingType() |
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="event",
id="eaa")
public void testEventSelectReturnsEventOfSameType()
@SpecAssertion(section="event",
id="eab")
public <T> void testEventSelectThrowsExceptionIfEventTypeHasTypeVariable()
@SpecAssertion(section="event",
id="eba")
public void testEventSelectThrowsExceptionForDuplicateBindingType()
@SpecAssertion(section="event",
id="eba")
public void testEventSelectWithSubtypeThrowsExceptionForDuplicateBindingType()
@SpecAssertion(section="event",
id="ec")
public void testEventSelectThrowsExceptionIfAnnotationIsNotBindingType()
@SpecAssertion(section="event",
id="ec")
public void testEventSelectWithSubtypeThrowsExceptionIfAnnotationIsNotBindingType()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.