com.atlassian.confluence.api
Class RemoteContentLabelServiceAcceptanceTest

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

public class RemoteContentLabelServiceAcceptanceTest
extends AbstractRemoteServiceAcceptanceTest


Field Summary
 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
RemoteContentLabelServiceAcceptanceTest()
           
 
Method Summary
protected  Object getService()
           
protected  Class getServiceClass()
           
 void setUp()
           
 void testGetLabelsById()
           
 void testGetLotsOfLabelsOnAContent()
           
 
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
 

Field Detail

testData

protected TestData testData

TEST_SPACE

public Space TEST_SPACE
Constructor Detail

RemoteContentLabelServiceAcceptanceTest

public RemoteContentLabelServiceAcceptanceTest()
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()

testGetLabelsById

public void testGetLabelsById()
                       throws Exception
Throws:
Exception

testGetLotsOfLabelsOnAContent

public void testGetLotsOfLabelsOnAContent()
                                   throws Exception
Throws:
Exception


Copyright © 2003–2015 Atlassian. All rights reserved.