com.atlassian.confluence.api
Class RemoteContentRestrictionServiceAcceptanceTest

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

public class RemoteContentRestrictionServiceAcceptanceTest
extends AbstractRemoteServiceAcceptanceTest


Field Summary
 Group TEST_GROUP
           
 Space TEST_SPACE
           
protected  TestData testData
           
 
Fields inherited from class com.atlassian.confluence.api.AbstractRemoteServiceAcceptanceTest
proxyCreator
 
Fields inherited from class com.atlassian.confluence.api.AbstractAcceptanceTest
rpc, testHelper, testName
 
Constructor Summary
RemoteContentRestrictionServiceAcceptanceTest()
           
 
Method Summary
protected  Object getService()
           
protected  Class getServiceClass()
           
 void setup()
           
 void testGetRestrictionForOperationDefaultExpansions()
           
 void testGetRestrictionForOperationExpandContent()
           
 void testGetRestrictionForOperationExpandGroups()
           
 void testGetRestrictionForOperationExpandUsers()
           
 void testGetRestrictionForOperationUnexpanded()
           
 void testGetRestrictionForOperationUserPagination()
           
 void testGetRestrictionsForOperationInvalidOp()
           
 void testGetRestrictionsForOperationNotFound()
           
 void testGetRestrictionsGroupedByOperationDefaultExpansions()
           
 void testGetRestrictionsGroupedByOperationExpandRead()
           
 void testGetRestrictionsGroupedByOperationExpandReadContent()
           
 void testGetRestrictionsGroupedByOperationExpandReadRestrictionsSubjects()
           
 void testGetRestrictionsGroupedByOperationExpandRestrictions()
           
 void testGetRestrictionsGroupedByOperationUnexpanded()
           
 
Methods inherited from class com.atlassian.confluence.api.AbstractRemoteServiceAcceptanceTest
checkPageResponse, getExcludedMethodNamesForProxyTest, loginIfNotAlready, prepareMspacesWithNpages, prepareSpacesAndUsersWithCascadedVisibility, proxySetUp, spaceByNumber, testServiceProxy, userByNumber
 
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
 

Field Detail

testData

protected TestData testData

TEST_SPACE

public Space TEST_SPACE

TEST_GROUP

public Group TEST_GROUP
Constructor Detail

RemoteContentRestrictionServiceAcceptanceTest

public RemoteContentRestrictionServiceAcceptanceTest()
Method Detail

getService

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

getServiceClass

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

setup

public void setup()
           throws Exception
Throws:
Exception

testGetRestrictionsGroupedByOperationUnexpanded

public void testGetRestrictionsGroupedByOperationUnexpanded()

testGetRestrictionsGroupedByOperationDefaultExpansions

public void testGetRestrictionsGroupedByOperationDefaultExpansions()

testGetRestrictionsGroupedByOperationExpandRead

public void testGetRestrictionsGroupedByOperationExpandRead()

testGetRestrictionsGroupedByOperationExpandReadContent

public void testGetRestrictionsGroupedByOperationExpandReadContent()

testGetRestrictionsGroupedByOperationExpandRestrictions

public void testGetRestrictionsGroupedByOperationExpandRestrictions()

testGetRestrictionsGroupedByOperationExpandReadRestrictionsSubjects

public void testGetRestrictionsGroupedByOperationExpandReadRestrictionsSubjects()

testGetRestrictionsForOperationNotFound

public void testGetRestrictionsForOperationNotFound()

testGetRestrictionsForOperationInvalidOp

public void testGetRestrictionsForOperationInvalidOp()

testGetRestrictionForOperationDefaultExpansions

public void testGetRestrictionForOperationDefaultExpansions()

testGetRestrictionForOperationUnexpanded

public void testGetRestrictionForOperationUnexpanded()

testGetRestrictionForOperationExpandContent

public void testGetRestrictionForOperationExpandContent()

testGetRestrictionForOperationExpandUsers

public void testGetRestrictionForOperationExpandUsers()

testGetRestrictionForOperationExpandGroups

public void testGetRestrictionForOperationExpandGroups()

testGetRestrictionForOperationUserPagination

public void testGetRestrictionForOperationUserPagination()


Copyright © 2003–2015 Atlassian. All rights reserved.