public class

TestRevertBlogPostCommand

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestRevertBlogPostCommand()
Public Methods
void setUp()
void testRevertBlogPostWithComment()
void testRevertBlogPostWithInvalidLocator()
void testRevertBlogPostWithInvalidVersionParameter()
void testRevertBlogPostWithPossibleTitleConflicts()
void testRevertBlogPostWithTitle()
void testRevertBlogPostWithTitleConflicts()
void testRevertBlogPostWithoutTitle()
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 TestRevertBlogPostCommand ()

Public Methods

public void setUp ()

Throws
Exception

public void testRevertBlogPostWithComment ()

public void testRevertBlogPostWithInvalidLocator ()

public void testRevertBlogPostWithInvalidVersionParameter ()

public void testRevertBlogPostWithPossibleTitleConflicts ()

public void testRevertBlogPostWithTitle ()

public void testRevertBlogPostWithTitleConflicts ()

public void testRevertBlogPostWithoutTitle ()

Protected Methods

protected void tearDown ()

Throws
Exception