public class

TestCrowdDisabledUserManager

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.user.crowd.TestCrowdDisabledUserManager

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestCrowdDisabledUserManager()
Public Methods
void testActiveUserIsNotDisabled()
void testAnonymousUserIsNotDisabled()
void testInactiveUserIsDisabled()
void testIsDeactivatedOnUserMarkedWithDeactivatedFlag()
void testIsDeactivatedReturnsTrueIfUserNotFound()
void testIsDisabledReturnsTrueIfUserNotFound()
void testIsNotDeactivatedForAnonymousUsers()
Protected Methods
void setUp()
void tearDown()
[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 TestCrowdDisabledUserManager ()

Public Methods

public void testActiveUserIsNotDisabled ()

Throws
Exception

public void testAnonymousUserIsNotDisabled ()

Throws
Exception

public void testInactiveUserIsDisabled ()

Throws
Exception

public void testIsDeactivatedOnUserMarkedWithDeactivatedFlag ()

Throws
Exception

public void testIsDeactivatedReturnsTrueIfUserNotFound ()

Throws
Exception

public void testIsDisabledReturnsTrueIfUserNotFound ()

Throws
Exception

public void testIsNotDeactivatedForAnonymousUsers ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception