public class

TestContentHasAnyPermissionsSetCondition

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.plugin.descriptor.web.conditions.TestContentHasAnyPermissionsSetCondition

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestContentHasAnyPermissionsSetCondition()
Public Methods
void testShouldDisplayWithDirectPermissions()
void testShouldDisplayWithInheritedPermissions()
void testShouldNotDisplayWithNoPermissions()
void testShouldNotDisplayWithoutPage()
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 TestContentHasAnyPermissionsSetCondition ()

Public Methods

public void testShouldDisplayWithDirectPermissions ()

Throws
Exception

public void testShouldDisplayWithInheritedPermissions ()

Throws
Exception

public void testShouldNotDisplayWithNoPermissions ()

Throws
Exception

public void testShouldNotDisplayWithoutPage ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception