public class

TestEditCommentCommand

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestEditCommentCommand()
Public Methods
void testAuthorizedCommentNotFound()
void testExecute()
void testNotAuthorized()
void testNotValidEmptyContent()
void testNotValidNoSuchComment()
void testNotValidNullContent()
void testNotValidWhitespaceContent()
void testSameContentDoesNotChangeComment()
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 TestEditCommentCommand ()

Public Methods

public void testAuthorizedCommentNotFound ()

public void testExecute ()

public void testNotAuthorized ()

public void testNotValidEmptyContent ()

public void testNotValidNoSuchComment ()

public void testNotValidNullContent ()

public void testNotValidWhitespaceContent ()

public void testSameContentDoesNotChangeComment ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception