public class MoveBlogPostTest extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.atlassian.confluence.test.stateless.rules.SiteDarkFeatureRule |
siteDarkFeatureRule |
org.junit.rules.TestName |
testName |
| Constructor and Description |
|---|
MoveBlogPostTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
cannotMoveBlogPostWithoutRemovePermissionOnOriginSpace() |
static void |
flushIndexQueue() |
void |
moveButtonIsReenabledAfterBeingDisabledByError() |
void |
movingBlogPostToDifferentSpaceInReadOnlyMode() |
void |
movingBlogPostToNewSpaceWithoutEditPermissionShowsAnError() |
void |
movingBlogPostToSpaceWithExistingBlogPostWithSameTitleAndDateShowsAnError() |
void |
movingBlogPostToSpaceWithExistingBlogPostWithSameTitleButDifferentDate() |
void |
movingBlogPostToTheSameSpaceShowsAnError() |
void |
setUp() |
void |
tearDown() |
public static com.atlassian.confluence.test.stateless.rules.SiteDarkFeatureRule siteDarkFeatureRule
public org.junit.rules.TestName testName
public static void flushIndexQueue()
public void setUp()
public void tearDown()
public void cannotMoveBlogPostWithoutRemovePermissionOnOriginSpace()
public void movingBlogPostToTheSameSpaceShowsAnError()
public void movingBlogPostToNewSpaceWithoutEditPermissionShowsAnError()
public void movingBlogPostToSpaceWithExistingBlogPostWithSameTitleAndDateShowsAnError()
public void movingBlogPostToSpaceWithExistingBlogPostWithSameTitleButDifferentDate()
public void movingBlogPostToDifferentSpaceInReadOnlyMode()
public void moveButtonIsReenabledAfterBeingDisabledByError()
Copyright © 2003–2018 Atlassian. All rights reserved.