public class

TestDefaultFollowManager

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.follow.TestDefaultFollowManager

Class Overview

Tests for the DefaultFollowManager.

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestDefaultFollowManager()
Public Methods
void testFollowUser()
void testGetFollowersOf()
void testGetFollowersOfWithDisabledUser()
void testGetFollowing()
void testGetFollowingWithDisabledUser()
void testUnFollowUser()
Protected Methods
void setUp()
[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 TestDefaultFollowManager ()

Public Methods

public void testFollowUser ()

Throws
Exception

public void testGetFollowersOf ()

Throws
Exception

public void testGetFollowersOfWithDisabledUser ()

Throws
Exception

public void testGetFollowing ()

Throws
Exception

public void testGetFollowingWithDisabledUser ()

public void testUnFollowUser ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception