com.atlassian.confluence.webdriver
Class AbstractWebDriverTest

java.lang.Object
  extended by com.atlassian.confluence.webdriver.AbstractWebDriverTest
Direct Known Subclasses:
AttachmentsTest, DashboardTest, EditorPageLayoutTest, EditorTest, GalleryMacroTest, KeyboardShortcutDialogTest, SupportToolsPluginTest

public abstract class AbstractWebDriverTest
extends Object


Field Summary
 com.atlassian.webdriver.testing.rule.IgnoreBrowserRule ignoreRule
           
 org.junit.rules.TestName name
           
 ConfluenceTestedProduct product
           
protected  ConfluenceRpc rpc
           
 com.atlassian.webdriver.testing.rule.SessionCleanupRule sessionCleanupRule
           
 com.atlassian.webdriver.testing.rule.TestBrowserRule testBrowserRule
           
 com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule webDriverScreenshotRule
           
 
Constructor Summary
AbstractWebDriverTest()
           
 
Method Summary
 void clear()
           
protected  void createTestData(ConfluenceRpc adminRpc)
           
protected  void removeTestData(ConfluenceRpc adminRpc)
           
 void start()
           
 
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

testBrowserRule

public com.atlassian.webdriver.testing.rule.TestBrowserRule testBrowserRule

webDriverScreenshotRule

public com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule webDriverScreenshotRule

sessionCleanupRule

public com.atlassian.webdriver.testing.rule.SessionCleanupRule sessionCleanupRule

name

public org.junit.rules.TestName name

rpc

protected final ConfluenceRpc rpc

product

public ConfluenceTestedProduct product
Constructor Detail

AbstractWebDriverTest

public AbstractWebDriverTest()
Method Detail

start

public void start()
           throws Exception
Throws:
Exception

removeTestData

protected void removeTestData(ConfluenceRpc adminRpc)

createTestData

protected void createTestData(ConfluenceRpc adminRpc)

clear

public void clear()


Copyright © 2003-2012 Atlassian. All Rights Reserved.