@SpecVersion(spec="cdi",
version="1.1 Final Release")
public class ConversationFilterTest
extends AbstractTest
| Modifier and Type | Field and Description |
|---|---|
protected URL |
contextPath |
beanManager| Constructor and Description |
|---|
ConversationFilterTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive() |
void |
testConversationActivation()
The conversation context should not be active before the conversation is associated with the servlet request.
|
void |
testConversationBusy()
"The container ensures that a long-running conversation may be associated with at most one request at a time, by blocking or rejecting concurrent requests."
|
activate, annotationSetMatches, annotationSetMatches, destroyContext, getBeans, getBeans, getContextualReference, getContextualReference, getContextualReference, getCurrentConfiguration, getCurrentManager, getUniqueBean, getUniqueBean, isThrowablePresent, newDependentInstance, passivate, rawTypeSetMatches, setContextActive, setContextInactive, typeSetMatches@ArquillianResource protected URL contextPath
@Deployment(testable=false) public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
@SpecAssertions(value=@SpecAssertion(section="conversation_context",id="d"))
public void testConversationActivation()
throws Exception
Exception@SpecAssertions(value=@SpecAssertion(section="conversation_context",id="ua"))
public void testConversationBusy()
throws Exception
ExceptionCopyright © 2008-2015 Seam Framework. All Rights Reserved.