com.atlassian.confluence.rest
Class CommentAcceptanceTest

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.it.rest.AbstractRestAcceptanceTest
                  extended by com.atlassian.confluence.rest.CommentAcceptanceTest
All Implemented Interfaces:
junit.framework.Test

public class CommentAcceptanceTest
extends AbstractRestAcceptanceTest


Field Summary
protected static java.lang.String CONTENT_PATH
           
 
Fields inherited from class com.atlassian.confluence.it.rest.AbstractRestAcceptanceTest
baseUrl, client, I18N_PATH, name, rootResource, rpc, serverStateManager, SPACE_PATH, TEST_PAGE, TEST_SPACE, testHelper, userHelper
 
Constructor Summary
CommentAcceptanceTest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testCommentOrder()
           
 void testExpandCommentsOnPage()
           
 void testExpandThreadedCommentsAsChildren()
           
 void testGetComment()
           
 
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
 

Field Detail

CONTENT_PATH

protected static final java.lang.String CONTENT_PATH
See Also:
Constant Field Values
Constructor Detail

CommentAcceptanceTest

public CommentAcceptanceTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class AbstractRestAcceptanceTest
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class AbstractRestAcceptanceTest
Throws:
java.lang.Exception

testGetComment

public void testGetComment()

testExpandThreadedCommentsAsChildren

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

testCommentOrder

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

testExpandCommentsOnPage

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.