public class

TestSpacePermissionsFilter

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.search.lucene.filter.TestSpacePermissionsFilter

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestSpacePermissionsFilter()
Public Methods
void setUp()
void testCanUsePermissionEnforced()
void testFilterForAnonymousUser()
void testFilterWithAllSpacesPermitted()
void testFiltering()
void testFilteringWithNoSpaces()
Protected Methods
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 TestSpacePermissionsFilter ()

Public Methods

public void setUp ()

Throws
Exception

public void testCanUsePermissionEnforced ()

Throws
IOException

public void testFilterForAnonymousUser ()

public void testFilterWithAllSpacesPermitted ()

Throws
IOException

public void testFiltering ()

Throws
IOException

public void testFilteringWithNoSpaces ()

Protected Methods

protected void tearDown ()

Throws
Exception