public class

IntegrationTestContentEntityObjectHibernateDao

extends AbstractConfluenceSingleContextSpringPersistenceTest
java.lang.Object
   ↳ AbstractTransactionalDataSourceSpringContextTests
     ↳ com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
       ↳ com.atlassian.integrationtest.confluence.pages.persistence.dao.hibernate.IntegrationTestContentEntityObjectHibernateDao

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Public Constructors
IntegrationTestContentEntityObjectHibernateDao()
Public Methods
void testGetLastEditedVersionsOf()
void testGetRecentlyModifiedBySpace()
void testGetRecentlyModifiedForChangeDigest()
void testGetTrashedContent()
void testModificationDataForModifiedPage()
void testModificationDataForModifiedPageWithAnonymousUser()
void testModificationDataForModifiedPageWithUserThreadLocal()
void testModificationDataNoUser()
Test to retrieve a page labelled with two labels and with statuses created and all updates.
void testModificationDataWithAnonymousUser()
void testModificationDataWithUser()
void testModificationDataWithUserThreadLocal()
Protected Methods
void onSetUp()
void onTearDown()
[Expand]
Inherited Methods
From class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
From class java.lang.Object

Public Constructors

public IntegrationTestContentEntityObjectHibernateDao ()

Public Methods

public void testGetLastEditedVersionsOf ()

public void testGetRecentlyModifiedBySpace ()

public void testGetRecentlyModifiedForChangeDigest ()

public void testGetTrashedContent ()

public void testModificationDataForModifiedPage ()

public void testModificationDataForModifiedPageWithAnonymousUser ()

public void testModificationDataForModifiedPageWithUserThreadLocal ()

public void testModificationDataNoUser ()

Test to retrieve a page labelled with two labels and with statuses created and all updates.

public void testModificationDataWithAnonymousUser ()

public void testModificationDataWithUser ()

public void testModificationDataWithUserThreadLocal ()

Protected Methods

protected void onSetUp ()

Throws
Exception

protected void onTearDown ()

Throws
Exception