org.jboss.jsr299.tck.tests.context.conversation
Class AbstractConversationTest
java.lang.Object
org.jboss.testharness.AbstractTest
org.jboss.jsr299.tck.AbstractJSR299Test
org.jboss.jsr299.tck.tests.context.conversation.AbstractConversationTest
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
- Direct Known Subclasses:
- ClientConversationContextTest, InvalidatingSessionDestroysConversationTest, LongRunningConversationPropagatedByFacesContextTest, ManualCidPropagationTest
public abstract class AbstractConversationTest
- extends AbstractJSR299Test
Methods inherited from class org.jboss.jsr299.tck.AbstractJSR299Test |
annotationSetMatches, deserialize, destroyContext, getBeans, getBeans, getCurrentConfiguration, getCurrentManager, getInstanceByName, getInstanceByType, getInstanceByType, getUniqueBean, getUniqueBean, handleDeploymentFailure, rawTypeSetMatches, serialize, setContextActive, setContextInactive, typeSetMatches |
Methods inherited from class org.jboss.testharness.AbstractTest |
afterClass, afterMethod, afterSuite, beforeClass, beforeMethod, beforeSuite, getContextPath, isInContainer, isThrowablePresent, postCreate, run, setInContainer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CID_REQUEST_PARAMETER_NAME
public static final String CID_REQUEST_PARAMETER_NAME
- See Also:
- Constant Field Values
CID_HEADER_NAME
public static final String CID_HEADER_NAME
- See Also:
- Constant Field Values
LONG_RUNNING_HEADER_NAME
public static final String LONG_RUNNING_HEADER_NAME
- See Also:
- Constant Field Values
AbstractConversationTest
public AbstractConversationTest()
isCloudDestroyed
protected boolean isCloudDestroyed(com.gargoylesoftware.htmlunit.WebClient client)
throws Exception
- Throws:
Exception
resetCloud
protected void resetCloud(com.gargoylesoftware.htmlunit.WebClient client)
throws Exception
- Throws:
Exception
invalidateSession
protected void invalidateSession(com.gargoylesoftware.htmlunit.WebClient client)
throws Exception
- Throws:
Exception
getConversationStatusPath
protected String getConversationStatusPath(String method)
getPath
protected String getPath(String viewId)
getPath
protected String getPath(String viewId,
String cid)
getElements
protected <T> Set<T> getElements(com.gargoylesoftware.htmlunit.html.HtmlElement rootElement,
Class<T> elementClass)
getFirstMatchingElement
protected <T extends com.gargoylesoftware.htmlunit.html.HtmlElement> T getFirstMatchingElement(com.gargoylesoftware.htmlunit.html.HtmlPage page,
Class<T> elementClass,
String id)
getCid
protected String getCid(com.gargoylesoftware.htmlunit.Page page)
hasRained
protected Boolean hasRained(com.gargoylesoftware.htmlunit.Page page)
isLongRunning
protected Boolean isLongRunning(com.gargoylesoftware.htmlunit.Page page)
Copyright © 2008-2012 Seam Framework. All Rights Reserved.