public class

TestCreateCommentCommand

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.content.service.comment.TestCreateCommentCommand

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestCreateCommentCommand()
Public Methods
void testBodyOnlySpaces()
void testNoBody()
void testNoPage()
void testNotPermitted()
void testOnlyOneErrorWhenPageDoesntExistButParentCommentDoes()
void testParentOnOtherPage()
void testSuccessAddToBlogPost()
void testSuccessNoParent()
void testSuccessWithParent()
Protected Methods
void setUp()
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 TestCreateCommentCommand ()

Public Methods

public void testBodyOnlySpaces ()

public void testNoBody ()

public void testNoPage ()

public void testNotPermitted ()

public void testOnlyOneErrorWhenPageDoesntExistButParentCommentDoes ()

public void testParentOnOtherPage ()

public void testSuccessAddToBlogPost ()

public void testSuccessNoParent ()

public void testSuccessWithParent ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception