com.atlassian.confluence.selenium
Class MarkupLinkBrowserTest

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.AbstractLinkBrowserTest
                  extended by com.atlassian.confluence.selenium.MarkupLinkBrowserTest
All Implemented Interfaces:
junit.framework.Test

public class MarkupLinkBrowserTest
extends AbstractLinkBrowserTest


Field Summary
 
Fields inherited from class com.atlassian.confluence.selenium.AbstractLinkBrowserTest
editor, NO_ATTACHMENTS_MESSAGE
 
Fields inherited from class com.atlassian.confluence.selenium.AbstractSeleniumTest
adminUser, assertThat, client, confluence, confluenceUsersGroup, rpc, screenShotIndex, testBlogPost, testComment, testData, testGroup, testImage, testImage2, testPage, testSpace, testUser, testUserWithApostrophe
 
Constructor Summary
MarkupLinkBrowserTest()
           
 
Method Summary
protected  LinkBrowser openLinkDialog()
           
protected  void placeCursorAtBegining(boolean addingContent)
           
 void testCurrentSpaceAppearsInOptionsWhenEditingBlog()
           
 void testInsertLinkAtCursor()
           
 void testInsertLinkForSelectedText()
           
 void testInsertLinkWithCursorAtEnd()
           
 void testOpeningDialogDoesNotScrollPage()
           
 void testOpenWithShortcutKey()
           
 void testQuickSearchForPageInDraft()
           
 
Methods inherited from class com.atlassian.confluence.selenium.AbstractLinkBrowserTest
insertExternalLink, insertLinkWithNoLinkText, setUp, testAnonymousUserCannotAttachFilesOnCreateBlog, testAnonymousUserInsertLinkInDraft, testAttachmentsPanelRespectsPermission, testEnterOnLinkTextField, testEnterOnSearchField, testEscapeStraightAfterOpen, testEscapeWithQuickSearch, testFromInsertRecentlyViewed, testInsertAttachmentLink, testInsertAttachmentLinkOnAddComment, testInsertLinkInPersonalSpace, testInsertLinkOnEditComment, testInsertLinkWithQuotesToPage, testInsertWebLink, testOpenAndCloseDialog, testQuickSearchRespectsSpaceSelected, testQuickSearchResultsDontUseUrlEncodedTitle, testSearchBlogAndInsert, testSearchButton, testSearchForInQuickSearch, testSearchRespectsSpaceSelected, testUnicodeSymbolInQuickSearch, testUnicodeSymbolInSearch
 
Methods inherited from class com.atlassian.confluence.selenium.AbstractSeleniumTest
captureScreenShot, captureScreenShot, createTestData, removeTestData, runTest, tearDown
 
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
 

Constructor Detail

MarkupLinkBrowserTest

public MarkupLinkBrowserTest()
Method Detail

placeCursorAtBegining

protected void placeCursorAtBegining(boolean addingContent)
Specified by:
placeCursorAtBegining in class AbstractLinkBrowserTest

openLinkDialog

protected LinkBrowser openLinkDialog()
Specified by:
openLinkDialog in class AbstractLinkBrowserTest

testOpeningDialogDoesNotScrollPage

public void testOpeningDialogDoesNotScrollPage()
                                        throws Exception
Throws:
Exception

testQuickSearchForPageInDraft

public void testQuickSearchForPageInDraft()
Overrides:
testQuickSearchForPageInDraft in class AbstractLinkBrowserTest

testOpenWithShortcutKey

public void testOpenWithShortcutKey()

testInsertLinkAtCursor

public void testInsertLinkAtCursor()

testInsertLinkWithCursorAtEnd

public void testInsertLinkWithCursorAtEnd()

testInsertLinkForSelectedText

public void testInsertLinkForSelectedText()

testCurrentSpaceAppearsInOptionsWhenEditingBlog

public void testCurrentSpaceAppearsInOptionsWhenEditingBlog()


Copyright © 2003-2010 Atlassian. All Rights Reserved.