Package org.camunda.bpm
Class AbstractWebappUiIntegrationTest
- java.lang.Object
-
- org.camunda.bpm.AbstractWebIntegrationTest
-
- org.camunda.bpm.AbstractWebappUiIntegrationTest
-
- Direct Known Subclasses:
LoginIT
public class AbstractWebappUiIntegrationTest extends AbstractWebIntegrationTest
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.openqa.selenium.WebDriver
driver
SeleniumScreenshotRule
screenshotRule
-
Fields 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 Constructor Description AbstractWebappUiIntegrationTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
after()
static org.openqa.selenium.support.ui.ExpectedCondition<Boolean>
containsCurrentUrl(String url)
void
createClient()
static void
createDriver()
static org.openqa.selenium.support.ui.ExpectedCondition<Boolean>
currentURIIs(URI pageURI)
static void
quitDriver()
-
Methods inherited from class org.camunda.bpm.AbstractWebIntegrationTest
before, createClient, createCookieHeader, createCookieHeader, destroyClient, getCookie, getCookieHeaders, getCookieValue, getCookieValue, getRestCtxPath, getTokens, getWebappCtxPath, getXsrfCookieValue, getXsrfTokenHeader, preventRaceConditions
-
-
-
-
Field Detail
-
driver
protected static org.openqa.selenium.WebDriver driver
-
screenshotRule
public SeleniumScreenshotRule screenshotRule
-
-
Method Detail
-
createDriver
public static void createDriver()
-
currentURIIs
public static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> currentURIIs(URI pageURI)
-
containsCurrentUrl
public static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> containsCurrentUrl(String url)
-
after
public void after()
-
quitDriver
public static void quitDriver()
-
-