com.atlassian.confluence.api.benchmark
Class CommentsBenchmarkAcceptanceTest

java.lang.Object
  extended by com.atlassian.confluence.api.AbstractAcceptanceTest
      extended by com.atlassian.confluence.api.benchmark.CommentsBenchmarkAcceptanceTest

public class CommentsBenchmarkAcceptanceTest
extends AbstractAcceptanceTest

Checks that adding comments to a page does not impact performance of retrieving pages.

Since:
5.6

Field Summary
 org.junit.rules.TestRule benchmarkRun
           
 
Fields inherited from class com.atlassian.confluence.api.AbstractAcceptanceTest
rpc, testHelper, testName
 
Constructor Summary
CommentsBenchmarkAcceptanceTest()
           
 
Method Summary
 void makeProxies()
           
static void parseWordList()
           
 void testAddingComments()
           
 void testAddingCommentsAndRetrievingPages()
           
 void testAddingCommentsAndViewingPages()
           
 
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

benchmarkRun

public org.junit.rules.TestRule benchmarkRun
Constructor Detail

CommentsBenchmarkAcceptanceTest

public CommentsBenchmarkAcceptanceTest()
Method Detail

makeProxies

public void makeProxies()

parseWordList

public static void parseWordList()
                          throws IOException
Throws:
IOException

testAddingComments

public void testAddingComments()
                        throws ServiceException
Throws:
ServiceException

testAddingCommentsAndRetrievingPages

public void testAddingCommentsAndRetrievingPages()
                                          throws ServiceException
Throws:
ServiceException

testAddingCommentsAndViewingPages

public void testAddingCommentsAndViewingPages()
                                       throws ServiceException
Throws:
ServiceException


Copyright © 2003–2015 Atlassian. All rights reserved.