public abstract class AbstractConversationTest extends AbstractTest
| Modifier and Type | Field and Description |
|---|---|
static String |
CID_HEADER_NAME |
static String |
CID_REQUEST_PARAMETER_NAME |
protected URL |
contextPath |
static String |
LONG_RUNNING_HEADER_NAME |
beanManager| Constructor and Description |
|---|
AbstractConversationTest() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCid(com.gargoylesoftware.htmlunit.Page page) |
protected String |
getConversationStatusPath(String method) |
protected <T> Set<T> |
getElements(com.gargoylesoftware.htmlunit.html.HtmlElement rootElement,
Class<T> elementClass) |
protected <T extends com.gargoylesoftware.htmlunit.html.HtmlElement> |
getFirstMatchingElement(com.gargoylesoftware.htmlunit.html.HtmlPage page,
Class<T> elementClass,
String id)
Note that this method doesn't return the first element whose id equals specified id but the one whose id contains
specified id!
|
protected String |
getPath(String viewId) |
protected String |
getPath(String viewId,
String cid) |
protected Boolean |
hasRained(com.gargoylesoftware.htmlunit.Page page) |
protected void |
invalidateSession(com.gargoylesoftware.htmlunit.WebClient client) |
protected boolean |
isCloudDestroyed(com.gargoylesoftware.htmlunit.WebClient client) |
protected boolean |
isConversationContextDestroyed(com.gargoylesoftware.htmlunit.WebClient client) |
protected Boolean |
isLongRunning(com.gargoylesoftware.htmlunit.Page page) |
protected void |
resetCloud(com.gargoylesoftware.htmlunit.WebClient client) |
protected void |
resetConversationContextObserver(com.gargoylesoftware.htmlunit.WebClient client) |
activate, annotationSetMatches, annotationSetMatches, destroyContext, getBeans, getBeans, getContextualReference, getContextualReference, getContextualReference, getCurrentConfiguration, getCurrentManager, getUniqueBean, getUniqueBean, isThrowablePresent, newDependentInstance, passivate, rawTypeSetMatches, setContextActive, setContextInactive, typeSetMatches@ArquillianResource protected URL contextPath
public static final String CID_REQUEST_PARAMETER_NAME
public static final String CID_HEADER_NAME
public static final String LONG_RUNNING_HEADER_NAME
protected boolean isCloudDestroyed(com.gargoylesoftware.htmlunit.WebClient client)
throws Exception
Exceptionprotected boolean isConversationContextDestroyed(com.gargoylesoftware.htmlunit.WebClient client)
throws Exception
Exceptionprotected void resetCloud(com.gargoylesoftware.htmlunit.WebClient client)
throws Exception
Exceptionprotected void resetConversationContextObserver(com.gargoylesoftware.htmlunit.WebClient client)
throws Exception
Exceptionprotected void invalidateSession(com.gargoylesoftware.htmlunit.WebClient client)
throws Exception
Exceptionprotected <T> Set<T> getElements(com.gargoylesoftware.htmlunit.html.HtmlElement rootElement, Class<T> elementClass)
protected <T extends com.gargoylesoftware.htmlunit.html.HtmlElement> T getFirstMatchingElement(com.gargoylesoftware.htmlunit.html.HtmlPage page,
Class<T> elementClass,
String id)
page - elementClass - id - protected String getCid(com.gargoylesoftware.htmlunit.Page page)
protected Boolean hasRained(com.gargoylesoftware.htmlunit.Page page)
protected Boolean isLongRunning(com.gargoylesoftware.htmlunit.Page page)
Copyright © 2008-2015 Seam Framework. All Rights Reserved.