com.atlassian.confluence.webdriver
Class MovePageTest

java.lang.Object
  extended by com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
      extended by com.atlassian.confluence.webdriver.MovePageTest

public class MovePageTest
extends AbstractInjectableWebDriverTest


Field Summary
protected  Space monkeySpace
           
 
Fields inherited from class com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
darkFeaturesHelper, methodRules, name, product, rpc, serverStateManager, testData, userHelper
 
Constructor Summary
MovePageTest()
           
 
Method Summary
 void setUp()
           
 void testCannotChangeSpaceWhenNoRemovePermission()
           
 void testChangePageParentPage()
           
 void testChangePageSpace()
           
 void testChangingSpace()
           
 void testMovePageOnCopyPage()
           
 void testMovePageOnCreatePage()
           
 void testMovingToSpaceWithDuplicateTitle()
           
 void testNoSpacePickerIfNoRemovePermission()
          Ensure that if the user does not have remove permission for the current space then they are not presented with a space picker mechanism.
 void testTreeDoesNotShowSpaceWithNoCreatePermission()
           
 void testTreeExpandsInOtherLanguages()
           
 void testValidationErrorIfMovingPageBeneathItself()
           
 
Methods inherited from class com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

monkeySpace

protected Space monkeySpace
Constructor Detail

MovePageTest

public MovePageTest()
Method Detail

setUp

public void setUp()

testChangePageParentPage

public void testChangePageParentPage()

testChangePageSpace

public void testChangePageSpace()

testValidationErrorIfMovingPageBeneathItself

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

testTreeExpandsInOtherLanguages

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

testCannotChangeSpaceWhenNoRemovePermission

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

testTreeDoesNotShowSpaceWithNoCreatePermission

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

testNoSpacePickerIfNoRemovePermission

public void testNoSpacePickerIfNoRemovePermission()
                                           throws java.lang.Exception
Ensure that if the user does not have remove permission for the current space then they are not presented with a space picker mechanism.

Throws:
java.lang.Exception

testChangingSpace

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

testMovingToSpaceWithDuplicateTitle

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

testMovePageOnCreatePage

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

testMovePageOnCopyPage

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.