public class

TestCachingInheritedContentPermissionManager

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.core.TestCachingInheritedContentPermissionManager

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestCachingInheritedContentPermissionManager()
Public Methods
void testChildEventDoesNotUpdateParent()
void testGetContentPermissionsOfRootPageFromEmptyCache()
void testGetContentPermissionsOfRootPageFromPopulatedCache()
void testGetInheritedContentPermissionSetsOfChildPageFromEmptyCache()
void testGetInheritedContentPermissionSetsOfChildPageFromPopulatedCache()
void testHandleEventWithEditPermission()
void testHandleEventWithViewPermission()
void testHandleEventWithoutPermission()
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 TestCachingInheritedContentPermissionManager ()

Public Methods

public void testChildEventDoesNotUpdateParent ()

public void testGetContentPermissionsOfRootPageFromEmptyCache ()

public void testGetContentPermissionsOfRootPageFromPopulatedCache ()

public void testGetInheritedContentPermissionSetsOfChildPageFromEmptyCache ()

public void testGetInheritedContentPermissionSetsOfChildPageFromPopulatedCache ()

public void testHandleEventWithEditPermission ()

public void testHandleEventWithViewPermission ()

public void testHandleEventWithoutPermission ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception