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 DarkFeaturesHelperdarkFeaturesHelperDeprecated.com.atlassian.webdriver.testing.rule.IgnoreBrowserRuleignoreRuleDeprecated.org.junit.rules.TestNamenameDeprecated.static ConfluenceTestedProductproductDeprecated.protected ConfluenceRpcrpcDeprecated.protected ServerStateManagerserverStateManagerDeprecated.com.atlassian.webdriver.testing.rule.SessionCleanupRulesessionCleanupRuleDeprecated.protected TestDatatestDataDeprecated.protected UserManagementHelperuserHelperDeprecated.com.atlassian.webdriver.testing.rule.WebDriverScreenshotRulewebDriverScreenshotRuleDeprecated.
-
Constructor Summary
Constructors Constructor Description AbstractWebDriverTest()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclear()Deprecated.voidstart()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.
-
-