public class

IntegrationTestHibernateConnectionDao

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Public Constructors
IntegrationTestHibernateConnectionDao()
Public Methods
void testAttemptToFollowUserMultipleTimes()
void testAttemptToUnFollowUserMultipleTimes()
void testFollowUnFollowUser()
void testGetFollowers()
void testGetFollowing()
void testRemoveAllConnections()
Protected Methods
void onSetUp()
[Expand]
Inherited Methods
From class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
From class java.lang.Object

Public Constructors

public IntegrationTestHibernateConnectionDao ()

Public Methods

public void testAttemptToFollowUserMultipleTimes ()

public void testAttemptToUnFollowUserMultipleTimes ()

public void testFollowUnFollowUser ()

public void testGetFollowers ()

Throws
HibernateException

public void testGetFollowing ()

Throws
HibernateException

public void testRemoveAllConnections ()

Throws
HibernateException

Protected Methods

protected void onSetUp ()

Throws
Exception