public class

IntegrationTestRevertPageCommand

extends AbstractConfluenceSingleContextSpringPersistenceTest
java.lang.Object
   ↳ AbstractTransactionalDataSourceSpringContextTests
     ↳ com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
       ↳ com.atlassian.integrationtest.confluence.content.service.page.IntegrationTestRevertPageCommand

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Public Constructors
IntegrationTestRevertPageCommand()
Public Methods
void testRevertPage()
void testRevertPageWithComment()
void testRevertPageWithTitle()
void testRevertPageWithTitleConflict()
Protected Methods
void onSetUp()
void onTearDown()
[Expand]
Inherited Methods
From class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
From class java.lang.Object

Public Constructors

public IntegrationTestRevertPageCommand ()

Public Methods

public void testRevertPage ()

public void testRevertPageWithComment ()

public void testRevertPageWithTitle ()

public void testRevertPageWithTitleConflict ()

Protected Methods

protected void onSetUp ()

Throws
Exception

protected void onTearDown ()

Throws
Exception