com.atlassian.confluence.selenium
Class MovePageFromViewAttachmentsNotIExploreTest

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

public class MovePageFromViewAttachmentsNotIExploreTest
extends MoveViewedPageTest

Extend MoveViewedPageTest to test the Move Page dialog from the view attachments screen for a page. Don't run them IE for now, due to limited resources.


Field Summary
 
Fields inherited from class com.atlassian.confluence.selenium.AbstractMoveDialogTester
menus, monkeySpace
 
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
MovePageFromViewAttachmentsNotIExploreTest(java.lang.String s)
           
 
Method Summary
protected  void navigateToDialogLaunchPoint(Page page)
          Navigate the client to the point in Confluence where the dialog would be launched from but do not actually display the dialog.
 
Methods inherited from class com.atlassian.confluence.selenium.MoveViewedPageTest
testDialogSize, testEscapeClosesDialog, testMoveNotAvailableIfNoPageEdit, testMoveNotAvailableIfNoSpaceEdit
 
Methods inherited from class com.atlassian.confluence.selenium.AbstractMoveDialogTester
clickDialogSubmitButton, createPageHierarchy, getDialogTitle, openDialog, openDialogFor, setUp, submitMove, testAvailabilityAndDecoration, testCannotChangeSpaceWhenNoRemovePermission, testChangingSpace, testChangingSpaceThenCancel, testClickingPageThenCancel, testMoreSearchResultsMessage, testMoveInsertsPageAlphabeticalForUnOrderedSiblings, testMoveInsertsPageAtEndOfOrderedSiblings, testMovePageToKnownLocation, testMovingToSpaceWithDuplicateTitle, testNoSpacePickerIfNoRemovePermission, testReorderToFirstUnderSpace, testReorderToLastUnderSpace, testReorderWhenNoSiblings, testReorderWithoutMoving, testTreeCanDisplayPageWithAmpersandInTitle, testTreeClicksDoNotNavigate, testTreeContainsDescendantsOfMovedPage, testTreeDoesNotShowSpaceWithNoCreatePermission, testTreeExpandsInOtherLanguages, testTreeMoveToHomePageOfAnotherSpace, testTreeMoveToSibling, testTreeMoveToTopOfNewSpace, testTreeMoveToTopOfSameSpace, testTreeMoveWithinSameSpace, testTreeScrollsToShowCurrentParent, testTreeSpaceChangeDoesNotDiscardSelection, testTreeSpaceNamesAreProperlyEncoded, testValidationErrorIfMovingPageBeneathItself
 
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

MovePageFromViewAttachmentsNotIExploreTest

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

navigateToDialogLaunchPoint

protected void navigateToDialogLaunchPoint(Page page)
Description copied from class: AbstractMoveDialogTester
Navigate the client to the point in Confluence where the dialog would be launched from but do not actually display the dialog.

Overrides:
navigateToDialogLaunchPoint in class AbstractMoveDialogTester
Parameters:
page - the launch point for the dialog or null if there is no page


Copyright © 2003-2011 Atlassian. All Rights Reserved.