Package org.camunda.bpm
Class AbstractWebappUiIntegrationTest
java.lang.Object
org.camunda.bpm.AbstractWebIntegrationTest
org.camunda.bpm.AbstractWebappUiIntegrationTest
- Direct Known Subclasses:
 LoginIT
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.openqa.selenium.WebDriverFields inherited from class org.camunda.bpm.AbstractWebIntegrationTest
appBasePath, appUrl, client, COOKIE_HEADER, csrfToken, HOST_NAME, httpPort, JSESSIONID_IDENTIFIER, service, sessionId, TASKLIST_PATH, testProperties, testUtil, X_XSRF_TOKEN_HEADER, XSRF_TOKEN_IDENTIFIER - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidafter()static org.openqa.selenium.support.ui.ExpectedCondition<Boolean>containsCurrentUrl(String url) voidstatic voidstatic org.openqa.selenium.support.ui.ExpectedCondition<Boolean>currentURIIs(URI pageURI) static voidMethods inherited from class org.camunda.bpm.AbstractWebIntegrationTest
before, createClient, createCookieHeader, createCookieHeader, destroyClient, getCookie, getCookieHeaders, getCookieValue, getCookieValue, getRestCtxPath, getTokens, getWebappCtxPath, getXsrfCookieValue, getXsrfTokenHeader, preventRaceConditions 
- 
Field Details
- 
driver
protected static org.openqa.selenium.WebDriver driver - 
screenshotRule
 
 - 
 - 
Constructor Details
- 
AbstractWebappUiIntegrationTest
public AbstractWebappUiIntegrationTest() 
 - 
 - 
Method Details
- 
createDriver
public static void createDriver() - 
currentURIIs
 - 
containsCurrentUrl
 - 
createClient
- Throws:
 Exception
 - 
after
public void after() - 
quitDriver
public static void quitDriver() 
 -