com.atlassian.confluence.webdriver.editor
Class EditorSearchAndReplaceTest

java.lang.Object
  extended by com.atlassian.confluence.webdriver.AbstractEditorWebDriverTest
      extended by com.atlassian.confluence.webdriver.editor.EditorSearchAndReplaceTest

public class EditorSearchAndReplaceTest
extends AbstractEditorWebDriverTest

Test different functionality of the search/replace, once it's open.


Field Summary
 
Fields inherited from class com.atlassian.confluence.webdriver.AbstractEditorWebDriverTest
editorContent, editorPage, ignoreRule, product, rpc, webDriverScreenshotRule
 
Constructor Summary
EditorSearchAndReplaceTest()
           
 
Method Summary
 void clearAllFields()
           
static void openToolBar()
           
 void testFind()
           
 void testFindWithEnter()
           
 void testReplaceAllText()
           
 void testReplaceOne()
           
 void testReplaceOneOnlyReplacesFirstMatch()
           
 void testReplaceOneWithEnter()
           
 void testReplaceSeveral()
           
 
Methods inherited from class com.atlassian.confluence.webdriver.AbstractEditorWebDriverTest
cancelAnyEditor, clearContent, setupEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorSearchAndReplaceTest

public EditorSearchAndReplaceTest()
Method Detail

openToolBar

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

clearAllFields

public void clearAllFields()

testFind

public void testFind()

testFindWithEnter

public void testFindWithEnter()

testReplaceOne

public void testReplaceOne()

testReplaceOneWithEnter

public void testReplaceOneWithEnter()

testReplaceOneOnlyReplacesFirstMatch

public void testReplaceOneOnlyReplacesFirstMatch()

testReplaceSeveral

public void testReplaceSeveral()

testReplaceAllText

public void testReplaceAllText()


Copyright © 2003-2014 Atlassian. All Rights Reserved.