com.atlassian.confluence.api
Class RemoteChildContentServiceAcceptanceTest

java.lang.Object
  extended by com.atlassian.confluence.api.AbstractAcceptanceTest
      extended by com.atlassian.confluence.api.AbstractRemoteServiceAcceptanceTest
          extended by com.atlassian.confluence.api.RemoteChildContentServiceAcceptanceTest

public class RemoteChildContentServiceAcceptanceTest
extends AbstractRemoteServiceAcceptanceTest

Tests the Child Content REST API via the RemoteChildContentService.


Field Summary
 
Fields inherited from class com.atlassian.confluence.api.AbstractRemoteServiceAcceptanceTest
proxyCreator
 
Fields inherited from class com.atlassian.confluence.api.AbstractAcceptanceTest
rpc, testName
 
Constructor Summary
RemoteChildContentServiceAcceptanceTest()
           
 
Method Summary
protected  java.lang.Object getService()
           
protected  java.lang.Class getServiceClass()
           
 void setUp()
           
 void testAttachmentsExpandedInChildrenMap()
           
 void testGetChildCommentsOfComment()
           
 void testGetChildCommentsOfPage()
           
 void testGetChildPagesOfPage()
           
 void testGetDescendantCommentsOfComment()
           
 void testGetDescendantCommentsOfPage()
           
 void testPageWithExpandedChildren()
           
 void testPageWithExpandedDescendants()
           
 
Methods inherited from class com.atlassian.confluence.api.AbstractRemoteServiceAcceptanceTest
getExcludedMethodNamesForProxyTest, proxySetUp, testServiceProxy
 
Methods inherited from class com.atlassian.confluence.api.AbstractAcceptanceTest
commonSetUp, exceptionSupplier, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteChildContentServiceAcceptanceTest

public RemoteChildContentServiceAcceptanceTest()
Method Detail

getService

protected java.lang.Object getService()
Specified by:
getService in class AbstractRemoteServiceAcceptanceTest
Returns:
the proxy of the API Service under test.

getServiceClass

protected java.lang.Class getServiceClass()
Specified by:
getServiceClass in class AbstractRemoteServiceAcceptanceTest
Returns:
the class of the API Service under test.

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

testGetChildPagesOfPage

public void testGetChildPagesOfPage()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testGetChildCommentsOfPage

public void testGetChildCommentsOfPage()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testGetDescendantCommentsOfPage

public void testGetDescendantCommentsOfPage()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

testPageWithExpandedChildren

public void testPageWithExpandedChildren()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testPageWithExpandedDescendants

public void testPageWithExpandedDescendants()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

testGetChildCommentsOfComment

public void testGetChildCommentsOfComment()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

testGetDescendantCommentsOfComment

public void testGetDescendantCommentsOfComment()
                                        throws java.lang.Exception
Throws:
java.lang.Exception

testAttachmentsExpandedInChildrenMap

public void testAttachmentsExpandedInChildrenMap()
                                          throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003-2014 Atlassian. All Rights Reserved.