|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
com.atlassian.confluence.ThreadLocalWebTestCase
com.atlassian.confluence.AbstractAtlassianWebTestCase
com.atlassian.confluence.AbstractConfluenceAcceptanceTest
com.atlassian.confluence.PageOperationsAcceptanceTest
public class PageOperationsAcceptanceTest
Tests for complex page operations
| Field Summary |
|---|
| Fields inherited from class com.atlassian.confluence.AbstractAtlassianWebTestCase |
|---|
SITE_TITLE_SUFFIX, TITLE_SEPARATOR |
| Constructor Summary | |
|---|---|
PageOperationsAcceptanceTest()
|
|
| Method Summary | |
|---|---|
protected void |
setUp()
|
protected void |
tearDown()
Default tearDown method. |
void |
testApostrophesAreNotStrippedFromBreadcrumbs()
|
void |
testAttachmentCommentsAndVersioning()
Check that attachment comments and versioning work |
void |
testCopyPage()
|
void |
testCopyPageFromUnpermittedSpace()
Test for CONF-12859. |
void |
testCopyPageInSameSpaceWithNoEditSpacePermission()
Test for CONF-8877, that users with only view space permission can copy a page, but not to the same space. |
void |
testCopyPageWithImage()
|
void |
testCopyPageWithLabels()
|
void |
testCreateAttachmentForUser()
Test the following operations: - login and create space - create an attachment to a page. |
void |
testDiff()
Check that the dif algorithm works: - create a new Test Page - modify the content of the page - check if history exists - check if diff detects the newly added content and marks it as div class="diff-added-lines" |
void |
testDiffPageFromUnpermittedSpace()
Test for CONF-12860. |
void |
testFavouritePage()
|
void |
testHierarchyPanelOnPageInfo()
Check that the appropriate links are presented in the Hierarchy panel on the PageInfo view. |
void |
testHotReferrers()
|
void |
testInformationLinkInBreadcrumbs()
|
void |
testMoveHierarchyToDifferentSpaceDisplaysCorrectBreadcrumbs()
|
void |
testMovePageHieararchyWithDifferentCaseLinks()
|
void |
testMovePageHierarchy()
|
void |
testMovePagesWithinOneSpaceMovesChildren()
|
void |
testMovePageToDifferentSpaceAlsoMovesAttachements()
|
void |
testMovePageToDifferentSpaceWithUserProfileLink()
Move a page containing a link to a user profile to another space Make sure the user profile link does not have the space key added to it CONF-3994 |
void |
testMovePageToDifferentSpaceWithVariousLinks()
|
void |
testMovePageToSpaceWithNewParent()
|
void |
testRenameAttachment()
|
void |
testRenamePageForLinkInsideImage()
|
void |
testRevertPage()
|
void |
testRevertPageTitle()
|
void |
testRevertPageWithConflictingPage()
|
void |
testRevertPageWithCustomComment()
|
void |
testViewPageSource()
Test that I can view the page source of a created page. |
void |
testWikiLinkOnInfoPage()
|
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runTest, 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PageOperationsAcceptanceTest()
| Method Detail |
|---|
protected void setUp()
throws java.lang.Exception
setUp in class AbstractConfluenceAcceptanceTestjava.lang.Exception
protected void tearDown()
throws java.lang.Exception
AbstractConfluenceAcceptanceTestAbstractConfluenceAcceptanceTest.filesToDelete list.
tearDown in class AbstractConfluenceAcceptanceTestjava.lang.Exceptionpublic void testCreateAttachmentForUser()
public void testAttachmentCommentsAndVersioning()
public void testDiff()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
java.io.IOException
org.apache.xmlrpc.XmlRpcException
public void testRenameAttachment()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
java.io.IOException
org.apache.xmlrpc.XmlRpcException
public void testRenamePageForLinkInsideImage()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
java.io.IOException
org.apache.xmlrpc.XmlRpcException
public void testMovePageHierarchy()
throws java.lang.Exception
java.lang.Exception
public void testMovePageHieararchyWithDifferentCaseLinks()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
java.io.IOException
org.apache.xmlrpc.XmlRpcException
public void testHierarchyPanelOnPageInfo()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
java.io.IOException
org.apache.xmlrpc.XmlRpcException
public void testMovePageToDifferentSpaceWithUserProfileLink()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
java.io.IOException
org.apache.xmlrpc.XmlRpcException
public void testMovePageToDifferentSpaceWithVariousLinks()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException,
org.xml.sax.SAXException
java.io.IOException
org.apache.xmlrpc.XmlRpcException
org.xml.sax.SAXException
public void testMovePageToDifferentSpaceAlsoMovesAttachements()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
java.io.IOException
org.apache.xmlrpc.XmlRpcException
public void testMovePageToSpaceWithNewParent()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
java.io.IOException
org.apache.xmlrpc.XmlRpcExceptionpublic void testFavouritePage()
public void testCopyPage()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
java.io.IOException
org.apache.xmlrpc.XmlRpcException
public void testCopyPageWithLabels()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
java.io.IOException
org.apache.xmlrpc.XmlRpcException
public void testCopyPageWithImage()
throws java.lang.Exception
java.lang.Exception
public void testCopyPageInSameSpaceWithNoEditSpacePermission()
throws java.lang.Exception
java.lang.Exception - if anything goes wrong.
public void testCopyPageFromUnpermittedSpace()
throws java.lang.Exception
java.lang.Exception
public void testDiffPageFromUnpermittedSpace()
throws java.lang.Exception
java.lang.Exceptionpublic void testViewPageSource()
public void testMovePagesWithinOneSpaceMovesChildren()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
java.io.IOException
org.apache.xmlrpc.XmlRpcException
public void testMoveHierarchyToDifferentSpaceDisplaysCorrectBreadcrumbs()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
java.io.IOException
org.apache.xmlrpc.XmlRpcExceptionpublic void testInformationLinkInBreadcrumbs()
public void testApostrophesAreNotStrippedFromBreadcrumbs()
public void testRevertPage()
public void testRevertPageTitle()
public void testRevertPageWithConflictingPage()
public void testRevertPageWithCustomComment()
public void testHotReferrers()
throws java.io.IOException
java.io.IOExceptionpublic void testWikiLinkOnInfoPage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||