com.atlassian.confluence.rpc
Class CommentsRpcAcceptanceTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.confluence.junit3.JUnit3TimingTestCase
              extended by com.atlassian.confluence.AbstractConfluenceAcceptanceTest
                  extended by com.atlassian.confluence.rpc.AbstractRpcAcceptanceTest
                      extended by com.atlassian.confluence.rpc.CommentsRpcAcceptanceTest
All Implemented Interfaces:
junit.framework.Test

public class CommentsRpcAcceptanceTest
extends AbstractRpcAcceptanceTest


Field Summary
 
Fields inherited from class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
DASHBOARD_RECENT_UPDATES_URL, logAdjuster, 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
 
Constructor Summary
CommentsRpcAcceptanceTest()
           
 
Method Summary
protected  void setUp()
          Default setUp method.
protected  void tearDown()
          Default tearDown method.
 void testAddComment()
           
 void testAddCommentAsUserWithCreateCommentPermissions()
           
 void testAddCommentAsUserWithoutCreateCommentPermissions()
           
 void testAddCommentAsUserWithoutViewPermissions()
           
 void testAddCommentWithEmptyContent()
           
 void testAddCommentWithInvalidPageId()
           
 void testAddCommentWithNonExistantParentComment()
           
 void testAddCommentWithNullContent()
           
 void testAddCommentWithNullPageId()
           
 void testAddedCommentContentSecurityChecked()
           
 void testEditAnonymousCommentAsAnonymousUser()
           
 void testEditComment()
           
 void testEditCommentAsAnonymousUser()
           
 void testEditCommentAsUserWithoutPermission()
           
 void testEditCommentWithBlankContent()
           
 void testEditNonExistentComment()
           
 void testGetComment()
           
 void testGetCommentAndParentComment()
           
 void testGetCommentAsUnpermittedUser()
           
 void testGetComments()
           
 void testGetCommentsAsUnpermittedUser()
           
 void testGetCommentWithInvalidId()
           
 void testGetCommentWithPageId()
           
 void testRemoveComment()
           
 void testRemoveCommentAsAuthorWhenNoReplies()
           
 void testRemoveCommentAsAuthorWhenReplies()
           
 void testRemoveCommentAsUserWithoutRemoveCommentPermissions()
           
 void testRemoveCommentAsUserWithoutViewPermissions()
           
 void testRemoveCommentAsUserWithRemoveCommentPermissions()
           
 void testRemoveCommentWithInvalidId()
           
 
Methods inherited from class com.atlassian.confluence.rpc.AbstractRpcAcceptanceTest
newRpcForUser
 
Methods inherited from class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
adminConsole, attachments, baseUrlSelector, createSpaceViaWebUI, createTestSpaceViaWebUI, createTestUser, darkFeatures, directoryConfig, generateFile, getAppContext, getBaseUrl, getConfiguredBaseUrl, getPluginHelper, getServerStateManager, goToBlogCollector, logins, logout, pages, plugins, rebuildIndex, setUpTestNG, substituteForNodeBaseUrl, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommentsRpcAcceptanceTest

public CommentsRpcAcceptanceTest()
Method Detail

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.