com.atlassian.confluence.selenium
Class MoveViewedPageTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.confluence.junit3.JUnit3TimingTestCase
              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(java.lang.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, testChangingSpaceThenCancel, testClickingPageThenCancel, testMoreSearchResultsMessage, testMoveInsertsPageAlphabeticalForUnOrderedSiblings, testMoveInsertsPageAtEndOfOrderedSiblings, testMovePageToKnownLocation, testMovingToSpaceWithDuplicateTitleOfChildPage, testMovingToSpaceWithDuplicateTitleOfDescendentPage, testMovingToSpaceWithDuplicateTitleOfDescendentPageToTopOfSpace, testReorderToFirstUnderSpace, testReorderToLastUnderSpace, testReorderWhenNoSiblings, testReorderWithoutMoving, testTreeCanDisplayPageWithAmpersandInTitle, testTreeClicksDoNotNavigate, testTreeContainsDescendantsOfMovedPage, testTreeMoveToHomePageOfAnotherSpace, testTreeMoveToSibling, testTreeMoveToTopOfNewSpace, testTreeMoveToTopOfSameSpace, testTreeMoveWithinSameSpace, testTreeScrollsToShowCurrentParent, testTreeSpaceChangeDoesNotDiscardSelection, testTreeSpaceNamesAreProperlyEncoded
 
Methods inherited from class com.atlassian.confluence.selenium.AbstractSeleniumTest
captureScreenShot, createTestData, runTest, setAjsLogRendered, setAjsLogVisible, tearDown
 
Methods inherited from class com.atlassian.confluence.junit3.JUnit3TimingTestCase
runBare, setExceptionTransformer
 
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(java.lang.String s)
Method Detail

testMoveNotAvailableIfNoSpaceEdit

public void testMoveNotAvailableIfNoSpaceEdit()
                                       throws java.lang.Exception
Throws:
java.lang.Exception

testMoveNotAvailableIfNoPageEdit

public void testMoveNotAvailableIfNoPageEdit()
                                      throws java.lang.Exception
Throws:
java.lang.Exception

testEscapeClosesDialog

public void testEscapeClosesDialog()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testDialogSize

public void testDialogSize()
                    throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003-2014 Atlassian. All Rights Reserved.