public class

TestAddCommentAction

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestAddCommentAction()
Public Methods
void setUp()
void testAddChildComment()
void testAddComment()
void testAddCommentNotValid()
void testNotPermitted()
void testPermitted()
void testPreview()
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 TestAddCommentAction ()

Public Methods

public void setUp ()

Throws
Exception

public void testAddChildComment ()

Throws
Exception

public void testAddComment ()

Throws
Exception

public void testAddCommentNotValid ()

Throws
Exception

public void testNotPermitted ()

Throws
Exception

public void testPermitted ()

Throws
Exception

public void testPreview ()

Throws
Exception

Protected Methods

protected void tearDown ()

Throws
Exception