Class AbstractInjectableWebDriverTest


  • @Deprecated
    public abstract class AbstractInjectableWebDriverTest
    extends Object
    Deprecated.
    since 5.9.0 in favour of ConfluenceStatelessTestRunner
    Base class for general webdriver tests which is used for testing Confluence and its plugins.
    • Field Detail

      • name

        public org.junit.rules.TestName name
        Deprecated.
      • runtimeCompilationCheckRule

        @Inject
        public RuntimeCompilationCheckRule runtimeCompilationCheckRule
        Deprecated.
        This rule is currently separate from the default methodRules so 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.
      • testData

        protected TestData testData
        Deprecated.
    • Constructor Detail

      • AbstractInjectableWebDriverTest

        protected AbstractInjectableWebDriverTest()
        Deprecated.
    • Method Detail

      • stop

        public void stop()
        Deprecated.