Class AbstractWebDriverTest
- java.lang.Object
-
- com.atlassian.confluence.webdriver.AbstractWebDriverTest
-
@Deprecated public abstract class AbstractWebDriverTest extends Object
Deprecated.since 5.5 in favour of ConfluenceStatelessTestRunnerBase class for general webdriver tests which is used for testing Confluence and its plugins.
-
-
Field Summary
Fields Modifier and Type Field Description protected DarkFeaturesHelper
darkFeaturesHelper
Deprecated.com.atlassian.webdriver.testing.rule.IgnoreBrowserRule
ignoreRule
Deprecated.org.junit.rules.TestName
name
Deprecated.static ConfluenceTestedProduct
product
Deprecated.protected ConfluenceRpc
rpc
Deprecated.protected ServerStateManager
serverStateManager
Deprecated.com.atlassian.webdriver.testing.rule.SessionCleanupRule
sessionCleanupRule
Deprecated.protected TestData
testData
Deprecated.protected UserManagementHelper
userHelper
Deprecated.com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
webDriverScreenshotRule
Deprecated.
-
Constructor Summary
Constructors Constructor Description AbstractWebDriverTest()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
clear()
Deprecated.void
start()
Deprecated.
-
-
-
Field Detail
-
ignoreRule
public com.atlassian.webdriver.testing.rule.IgnoreBrowserRule ignoreRule
Deprecated.
-
webDriverScreenshotRule
public com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule webDriverScreenshotRule
Deprecated.
-
sessionCleanupRule
public com.atlassian.webdriver.testing.rule.SessionCleanupRule sessionCleanupRule
Deprecated.
-
name
public org.junit.rules.TestName name
Deprecated.
-
rpc
protected ConfluenceRpc rpc
Deprecated.
-
testData
protected TestData testData
Deprecated.
-
serverStateManager
protected ServerStateManager serverStateManager
Deprecated.
-
userHelper
protected UserManagementHelper userHelper
Deprecated.
-
product
public static ConfluenceTestedProduct product
Deprecated.
-
darkFeaturesHelper
protected DarkFeaturesHelper darkFeaturesHelper
Deprecated.
-
-