com.atlassian.confluence.rpc
Class CommentsRpcAcceptanceTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.atlassian.confluence.junit3.JUnit3TimingTestCase
com.atlassian.confluence.AbstractConfluenceAcceptanceTest
com.atlassian.confluence.rpc.AbstractRpcAcceptanceTest
com.atlassian.confluence.rpc.CommentsRpcAcceptanceTest
- All Implemented Interfaces:
- junit.framework.Test
public class CommentsRpcAcceptanceTest
- extends AbstractRpcAcceptanceTest
Fields inherited from class com.atlassian.confluence.AbstractConfluenceAcceptanceTest |
DASHBOARD_RECENT_UPDATES_URL, log, logAdjuster, RANDOM, rpc, TEST_ADMIN, TEST_BLOG, TEST_COMMENT, TEST_GROUP1, TEST_GROUP2, TEST_PAGE, TEST_SPACE, TEST_SPACE2, TEST_USER1, TEST_USER2, TESTBLOG_CONTENT, TESTBLOG_TITLE, testData, TESTPAGE_COMMENT, TESTPAGE_CONTENT, TESTPAGE_TITLE, TESTSPACE_KEY, TESTSPACE_TITLE, TESTSPACE2_KEY, TESTSPACE2_TITLE, webTester, wikiMarkupRpc |
Methods inherited from class com.atlassian.confluence.AbstractConfluenceAcceptanceTest |
adminConsole, attachments, createSpaceViaWebUI, createTestSpaceViaWebUI, directoryConfig, generateBaseUrl, generateFile, getAppContext, getBaseUrl, getConfiguredBaseUrl, getPluginHelper, getServerStateManager, goToBlogCollector, logInAsAdminAtHomepage, loginAsTestUser, loginAsTestUser2, loginAsTestUserAtHomepage, logins, logout, pages, rebuildIndex, setUpTestNG, tearDownTestNG, users, viewHomepage, viewSpaceAdmin, viewSpacePermissions, viewSpaceSummary, viewSpaceTools, viewTrash, watchSpace, webAppContextPath |
Methods inherited from class com.atlassian.confluence.junit3.JUnit3TimingTestCase |
runBare, setExceptionTransformer |
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, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CommentsRpcAcceptanceTest
public CommentsRpcAcceptanceTest()
setUp
protected void setUp()
throws java.lang.Exception
- Description copied from class:
AbstractConfluenceAcceptanceTest
- Default setUp method. Establishes XML-RPC connection and sets the base URL. Also configures LDAP repository.
- Overrides:
setUp
in class AbstractConfluenceAcceptanceTest
- Throws:
java.lang.Exception
- from super
tearDown
protected void tearDown()
throws java.lang.Exception
- Description copied from class:
AbstractConfluenceAcceptanceTest
- Default tearDown method. Removes any files which were added to the
AbstractConfluenceAcceptanceTest.filesToDelete
list.
- Overrides:
tearDown
in class AbstractConfluenceAcceptanceTest
- Throws:
java.lang.Exception
testGetComments
public void testGetComments()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testGetCommentsAsUnpermittedUser
public void testGetCommentsAsUnpermittedUser()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testGetComment
public void testGetComment()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testGetCommentAsUnpermittedUser
public void testGetCommentAsUnpermittedUser()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testGetCommentWithInvalidId
public void testGetCommentWithInvalidId()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testGetCommentWithPageId
public void testGetCommentWithPageId()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testGetCommentAndParentComment
public void testGetCommentAndParentComment()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testAddCommentWithNonExistantParentComment
public void testAddCommentWithNonExistantParentComment()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testAddComment
public void testAddComment()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testAddCommentAsUserWithoutViewPermissions
public void testAddCommentAsUserWithoutViewPermissions()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testAddCommentAsUserWithoutCreateCommentPermissions
public void testAddCommentAsUserWithoutCreateCommentPermissions()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testAddCommentAsUserWithCreateCommentPermissions
public void testAddCommentAsUserWithCreateCommentPermissions()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testAddCommentWithInvalidPageId
public void testAddCommentWithInvalidPageId()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testAddCommentWithNullPageId
public void testAddCommentWithNullPageId()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testAddCommentWithNullContent
public void testAddCommentWithNullContent()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testAddCommentWithEmptyContent
public void testAddCommentWithEmptyContent()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testRemoveComment
public void testRemoveComment()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testRemoveCommentAsUserWithoutViewPermissions
public void testRemoveCommentAsUserWithoutViewPermissions()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testRemoveCommentAsUserWithoutRemoveCommentPermissions
public void testRemoveCommentAsUserWithoutRemoveCommentPermissions()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testRemoveCommentAsAuthorWhenNoReplies
public void testRemoveCommentAsAuthorWhenNoReplies()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testRemoveCommentAsAuthorWhenReplies
public void testRemoveCommentAsAuthorWhenReplies()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testRemoveCommentAsUserWithRemoveCommentPermissions
public void testRemoveCommentAsUserWithRemoveCommentPermissions()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testRemoveCommentWithInvalidId
public void testRemoveCommentWithInvalidId()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testEditComment
public void testEditComment()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException,
java.text.ParseException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
java.text.ParseException
testEditCommentAsUserWithoutPermission
public void testEditCommentAsUserWithoutPermission()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
testEditAnonymousCommentAsAnonymousUser
public void testEditAnonymousCommentAsAnonymousUser()
throws java.lang.Exception
- Throws:
java.lang.Exception
testEditCommentAsAnonymousUser
public void testEditCommentAsAnonymousUser()
throws java.lang.Exception
- Throws:
java.lang.Exception
testEditNonExistentComment
public void testEditNonExistentComment()
throws java.lang.Exception
- Throws:
java.lang.Exception
testEditCommentWithBlankContent
public void testEditCommentWithBlankContent()
throws java.lang.Exception
- Throws:
java.lang.Exception
testAddedCommentContentSecurityChecked
public void testAddedCommentContentSecurityChecked()
throws java.io.IOException,
org.apache.xmlrpc.XmlRpcException
- Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException
Copyright © 2003-2014 Atlassian. All Rights Reserved.