public class

CommentAcceptanceTest

extends AbstractRestAcceptanceTest
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ net.sourceforge.jwebunit.junit.WebTestCase
         ↳ com.atlassian.confluence.rest.AbstractRestAcceptanceTest
           ↳ com.atlassian.confluence.rest.CommentAcceptanceTest

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.rest.AbstractRestAcceptanceTest
From class net.sourceforge.jwebunit.junit.WebTestCase
Public Constructors
CommentAcceptanceTest()
Public Methods
void testCommentOrder()
void testExpandCommentsOnPage()
void testExpandThreadedCommentsAsChildren()
void testGetComment()
Protected Methods
void setUp()
void tearDown()
[Expand]
Inherited Methods
From class com.atlassian.confluence.rest.AbstractRestAcceptanceTest
From class net.sourceforge.jwebunit.junit.WebTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public CommentAcceptanceTest ()

Public Methods

public void testCommentOrder ()

Throws
Exception

public void testExpandCommentsOnPage ()

Throws
Exception

public void testExpandThreadedCommentsAsChildren ()

Throws
Exception

public void testGetComment ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception