public class

IntegrationTestRevertBlogPostCommand

extends AbstractConfluenceSingleContextSpringPersistenceTest
java.lang.Object
   ↳ AbstractTransactionalDataSourceSpringContextTests
     ↳ com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
       ↳ com.atlassian.integrationtest.confluence.content.service.blogpost.IntegrationTestRevertBlogPostCommand

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Public Constructors
IntegrationTestRevertBlogPostCommand()
Public Methods
void testRevertBlogPost()
void testRevertBlogPostWithComment()
void testRevertBlogPostWithTitle()
void testRevertBlogPostWithTitleConflict()
Protected Methods
void onSetUp()
void onTearDown()
[Expand]
Inherited Methods
From class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
From class java.lang.Object

Public Constructors

public IntegrationTestRevertBlogPostCommand ()

Public Methods

public void testRevertBlogPost ()

public void testRevertBlogPostWithComment ()

public void testRevertBlogPostWithTitle ()

public void testRevertBlogPostWithTitleConflict ()

Protected Methods

protected void onSetUp ()

Throws
Exception

protected void onTearDown ()

Throws
Exception