Class AbstractInjectableWebDriverTest
- java.lang.Object
-
- com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
-
@Deprecated public abstract class AbstractInjectableWebDriverTest extends Object
Deprecated.since 5.9.0 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.DefaultMethodRulesmethodRulesDeprecated.org.junit.rules.TestNamenameDeprecated.ConfluenceTestedProductproductDeprecated.protected ConfluenceRpcrpcDeprecated.RuntimeCompilationCheckRuleruntimeCompilationCheckRuleDeprecated.This rule is currently separate from the defaultmethodRulesso that it only affects subclasses of this class for now.protected ServerStateManagerserverStateManagerDeprecated.protected static ConfluenceRpcstaticRpcDeprecated.protected TestDatatestDataDeprecated.protected UserManagementHelperuserHelperDeprecated.
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractInjectableWebDriverTest()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidstart()Deprecated.voidstop()Deprecated.
-
-
-
Field Detail
-
product
@Inject public ConfluenceTestedProduct product
Deprecated.
-
name
public org.junit.rules.TestName name
Deprecated.
-
methodRules
@Inject public DefaultMethodRules methodRules
Deprecated.
-
runtimeCompilationCheckRule
@Inject public RuntimeCompilationCheckRule runtimeCompilationCheckRule
Deprecated.This rule is currently separate from the defaultmethodRulesso that it only affects subclasses of this class for now. If it works out OK, we'll likely move it into the default rule set later (CONFDEV-33950)
-
staticRpc
protected static final ConfluenceRpc staticRpc
Deprecated.
-
rpc
protected ConfluenceRpc rpc
Deprecated.
-
testData
protected TestData testData
Deprecated.
-
serverStateManager
protected ServerStateManager serverStateManager
Deprecated.
-
userHelper
protected UserManagementHelper userHelper
Deprecated.
-
darkFeaturesHelper
protected DarkFeaturesHelper darkFeaturesHelper
Deprecated.
-
-