com.atlassian.confluence.webdriver
Class AbstractEditorWebDriverTest

java.lang.Object
  extended by com.atlassian.confluence.webdriver.AbstractEditorWebDriverTest
Direct Known Subclasses:
EditorContentUneditableTest, MacroBrowserFieldsTest, MacroBrowserTest, WikiAutoFormatQuickReplaceTest

public class AbstractEditorWebDriverTest
extends java.lang.Object

Base class for Confluence Editor WebDriver tests Makes easier to run all the tests in the same CoExcludenfluence editor page sequentially.


Field Summary
protected static EditorContent editorContent
           
protected static EditorPage editorPage
           
 com.atlassian.webdriver.testing.rule.IgnoreBrowserRule ignoreRule
           
 com.atlassian.webdriver.testing.rule.LogPageSourceRule logPageSourceRule
           
 LogTimeRule logTimeRule
           
protected static ConfluenceTestedProduct product
           
protected static ConfluenceRpc rpc
           
 com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule webDriverScreenshotRule
           
 
Constructor Summary
AbstractEditorWebDriverTest()
           
 
Method Summary
static void cancelAnyEditor()
           
 void clearContent()
           
static void setupEditor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

editorPage

protected static EditorPage editorPage

product

protected static ConfluenceTestedProduct product

editorContent

protected static EditorContent editorContent

rpc

protected static ConfluenceRpc rpc

ignoreRule

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

webDriverScreenshotRule

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

logPageSourceRule

public com.atlassian.webdriver.testing.rule.LogPageSourceRule logPageSourceRule

logTimeRule

public LogTimeRule logTimeRule
Constructor Detail

AbstractEditorWebDriverTest

public AbstractEditorWebDriverTest()
Method Detail

setupEditor

public static void setupEditor()
                        throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

clearContent

public void clearContent()

cancelAnyEditor

public static void cancelAnyEditor()


Copyright © 2003-2014 Atlassian. All Rights Reserved.