public class

TestDefaultCommentManager

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.pages.TestDefaultCommentManager

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestDefaultCommentManager()
Public Methods
void setUp()
void testAddComment()
void testAddCommentWithParents()
void testCreateCommentEventOnSaveContentEntity()
void testGetComment()
void testRemoveComment()
void testRemoveCommentEventsOnRemoveContentEntity()
void testRemoveCommentInvalidComment()
void testRemoveCommentReparentsChildren()
void testRemoveCommentWithNullParentReparentsChildren()
void testUpdateCommentContent()
Protected Methods
void tearDown()
[Expand]
Inherited Methods
From class com.atlassian.confluence.ConfluenceTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestDefaultCommentManager ()

Public Methods

public void setUp ()

Throws
Exception

public void testAddComment ()

Throws
Exception

public void testAddCommentWithParents ()

Throws
Exception

public void testCreateCommentEventOnSaveContentEntity ()

public void testGetComment ()

Throws
Exception

public void testRemoveComment ()

Throws
Exception

public void testRemoveCommentEventsOnRemoveContentEntity ()

public void testRemoveCommentInvalidComment ()

Throws
Exception

public void testRemoveCommentReparentsChildren ()

public void testRemoveCommentWithNullParentReparentsChildren ()

public void testUpdateCommentContent ()

Protected Methods

protected void tearDown ()

Throws
Exception