com.atlassian.confluence.selenium
Class EditorInsertLinkTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.confluence.selenium.AbstractSeleniumTest
              extended by com.atlassian.confluence.selenium.EditorInsertLinkTest
All Implemented Interfaces:
junit.framework.Test

public class EditorInsertLinkTest
extends AbstractSeleniumTest


Field Summary
protected  TinyMce tinyMce
           
 
Fields inherited from class com.atlassian.confluence.selenium.AbstractSeleniumTest
adminUser, assertThat, client, confluence, rpc, testBlogPost, testComment, testPage, testSpace, testUser
 
Constructor Summary
EditorInsertLinkTest(java.lang.String s)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testEditLinkAliasInRTE()
           
 void testInsertLinkForSelectedTextInRTE()
           
 void testInsertLinkInRichTextMode()
           
 void testInsertLinkInWikiMode()
           
 void testInsertLinkShortcutInMarkup()
           
 void testInsertLinkShortcutInRichText()
           
 void testInsertLinkWithNoAliasAndWithTooltipInRichTextMode()
           
 void testInsertLinkWithNoAliasAndWithTooltipInWikiMode()
           
 void testSearchPagesInRichTextMode()
           
 void testSearchPagesInRichTextModeIntoDraft()
           
 void testSearchPagesInWikiMode()
           
 void testSearchPagesInWikiModeIntoDraft()
           
 void testSwitchTabInLinkPopup()
           
 void testValuesAreClearedAfterInsertion()
           
 
Methods inherited from class com.atlassian.confluence.selenium.AbstractSeleniumTest
captureScreenShot, createTestData, removeTestData, runTest
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tinyMce

protected TinyMce tinyMce
Constructor Detail

EditorInsertLinkTest

public EditorInsertLinkTest(java.lang.String s)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class AbstractSeleniumTest
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class AbstractSeleniumTest
Throws:
java.lang.Exception

testInsertLinkInWikiMode

public void testInsertLinkInWikiMode()

testInsertLinkWithNoAliasAndWithTooltipInRichTextMode

public void testInsertLinkWithNoAliasAndWithTooltipInRichTextMode()

testInsertLinkWithNoAliasAndWithTooltipInWikiMode

public void testInsertLinkWithNoAliasAndWithTooltipInWikiMode()

testInsertLinkInRichTextMode

public void testInsertLinkInRichTextMode()

testSwitchTabInLinkPopup

public void testSwitchTabInLinkPopup()
                              throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

testValuesAreClearedAfterInsertion

public void testValuesAreClearedAfterInsertion()
                                        throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

testSearchPagesInWikiMode

public void testSearchPagesInWikiMode()
                               throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

testSearchPagesInRichTextMode

public void testSearchPagesInRichTextMode()
                                   throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

testSearchPagesInWikiModeIntoDraft

public void testSearchPagesInWikiModeIntoDraft()
                                        throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

testSearchPagesInRichTextModeIntoDraft

public void testSearchPagesInRichTextModeIntoDraft()
                                            throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

testInsertLinkShortcutInRichText

public void testInsertLinkShortcutInRichText()

testInsertLinkShortcutInMarkup

public void testInsertLinkShortcutInMarkup()

testInsertLinkForSelectedTextInRTE

public void testInsertLinkForSelectedTextInRTE()

testEditLinkAliasInRTE

public void testEditLinkAliasInRTE()


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.