com.atlassian.confluence.selenium
Class MoveViewedPageTest

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
All Implemented Interfaces:
junit.framework.Test

public class MoveViewedPageTest
extends AbstractMoveDialogTester

Test the move page mechanism when you are viewing a page.


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, rpc, screenShotIndex, suite, testBlogPost, testComment, testData, testGroup, testImage, testImage2, testPage, testSpace, testUser, testUserWithApostrophe, userHelper, users
 
Constructor Summary
MoveViewedPageTest(String s)
           
 
Method Summary
 void testDialogSize()
           
 void testEscapeClosesDialog()
           
 void testMoveNotAvailableIfNoPageEdit()
           
 void testMoveNotAvailableIfNoSpaceEdit()
           
 
Methods inherited from class com.atlassian.confluence.selenium.AbstractMoveDialogTester
clickDialogSubmitButton, createPageHierarchy, getDialogTitle, navigateToDialogLaunchPoint, openDialog, openDialogFor, setUp, submitMove, testAvailabilityAndDecoration, testCannotChangeSpaceWhenNoRemovePermission, testChangingSpace, testChangingSpaceThenCancel, testClickingPageThenCancel, testMoreSearchResultsMessage, testMoveInsertsPageAlphabeticalForUnOrderedSiblings, testMoveInsertsPageAtEndOfOrderedSiblings, testMovePageToKnownLocation, testMovingToSpaceWithDuplicateTitle, testMovingToSpaceWithDuplicateTitleOfChildPage, testMovingToSpaceWithDuplicateTitleOfDescendentPage, testMovingToSpaceWithDuplicateTitleOfDescendentPageToTopOfSpace, 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, createTestData, runBare, runTest, setAjsLogRendered, setAjsLogVisible, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MoveViewedPageTest

public MoveViewedPageTest(String s)
Method Detail

testMoveNotAvailableIfNoSpaceEdit

public void testMoveNotAvailableIfNoSpaceEdit()
                                       throws Exception
Throws:
Exception

testMoveNotAvailableIfNoPageEdit

public void testMoveNotAvailableIfNoPageEdit()
                                      throws Exception
Throws:
Exception

testEscapeClosesDialog

public void testEscapeClosesDialog()
                            throws Exception
Throws:
Exception

testDialogSize

public void testDialogSize()
                    throws Exception
Throws:
Exception


Copyright © 2003-2012 Atlassian. All Rights Reserved.