com.atlassian.confluence.webdriver
Class AbstractWebDriverTest

java.lang.Object
  extended by com.atlassian.confluence.webdriver.AbstractWebDriverTest

Deprecated. since 5.5 use AbstractInjectableWebDriverTest.

@Deprecated
public abstract class AbstractWebDriverTest
extends java.lang.Object

Base class for general webdriver tests which is used for testing Confluence and its plugins.


Field Summary
protected  DarkFeaturesHelper darkFeaturesHelper
          Deprecated.  
 com.atlassian.webdriver.testing.rule.IgnoreBrowserRule ignoreRule
          Deprecated.  
 org.junit.rules.TestName name
          Deprecated.  
 ConfluenceTestedProduct product
          Deprecated.  
protected  ConfluenceRpc rpc
          Deprecated.  
protected  ServerStateManager serverStateManager
          Deprecated.  
 com.atlassian.webdriver.testing.rule.SessionCleanupRule sessionCleanupRule
          Deprecated.  
 com.atlassian.webdriver.testing.rule.TestBrowserRule testBrowserRule
          Deprecated.  
protected  TestData testData
          Deprecated.  
protected  UserManagementHelper userHelper
          Deprecated.  
 com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule webDriverScreenshotRule
          Deprecated.  
 
Constructor Summary
AbstractWebDriverTest()
          Deprecated.  
 
Method Summary
 void clear()
          Deprecated.  
 void start()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ignoreRule

public com.atlassian.webdriver.testing.rule.IgnoreBrowserRule ignoreRule
Deprecated. 

testBrowserRule

public com.atlassian.webdriver.testing.rule.TestBrowserRule testBrowserRule
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 ConfluenceTestedProduct product
Deprecated. 

darkFeaturesHelper

protected DarkFeaturesHelper darkFeaturesHelper
Deprecated. 
Constructor Detail

AbstractWebDriverTest

public AbstractWebDriverTest()
Deprecated. 
Method Detail

start

public void start()
           throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

clear

public void clear()
Deprecated. 


Copyright © 2003-2014 Atlassian. All Rights Reserved.