com.atlassian.confluence.webdriver
Class MoveBlogPostTest

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

public class MoveBlogPostTest
extends AbstractInjectableWebDriverTest


Field Summary
 
Fields inherited from class com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
darkFeaturesHelper, methodRules, name, product, rpc, serverStateManager, testData, userHelper
 
Constructor Summary
MoveBlogPostTest()
           
 
Method Summary
 void cannotMoveBlogPostWithoutRemovePermissionOnOriginSpace()
           
 void moveBlogPostToNewSpace()
           
 void moveButtonIsReenabledAfterBeingDisabledByError()
           
 void movingBlogPostToNewSpaceWithoutEditPermissionShowsAnError()
           
 void movingBlogPostToSpaceWithExistingBlogPostWithSameTitleAndDateShowsAnError()
           
 void movingBlogPostToSpaceWithExistingBlogPostWithSameTitleButDifferentDate()
           
 void movingBlogPostToTheSameSpaceShowsAnError()
           
 void setUp()
           
 
Methods inherited from class com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveBlogPostTest

public MoveBlogPostTest()
Method Detail

setUp

public void setUp()

cannotMoveBlogPostWithoutRemovePermissionOnOriginSpace

public void cannotMoveBlogPostWithoutRemovePermissionOnOriginSpace()
                                                            throws Exception
Throws:
Exception

movingBlogPostToTheSameSpaceShowsAnError

public void movingBlogPostToTheSameSpaceShowsAnError()

movingBlogPostToNewSpaceWithoutEditPermissionShowsAnError

public void movingBlogPostToNewSpaceWithoutEditPermissionShowsAnError()

movingBlogPostToSpaceWithExistingBlogPostWithSameTitleAndDateShowsAnError

public void movingBlogPostToSpaceWithExistingBlogPostWithSameTitleAndDateShowsAnError()

movingBlogPostToSpaceWithExistingBlogPostWithSameTitleButDifferentDate

public void movingBlogPostToSpaceWithExistingBlogPostWithSameTitleButDifferentDate()

moveBlogPostToNewSpace

public void moveBlogPostToNewSpace()

moveButtonIsReenabledAfterBeingDisabledByError

public void moveButtonIsReenabledAfterBeingDisabledByError()


Copyright © 2003–2015 Atlassian. All rights reserved.