public class

TestContentPermissionsFilter

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestContentPermissionsFilter()
Public Methods
void setUp()
void testMultipleGroups()
void testOneGroup()
void testSearchAsAnonymousUser()
void testSearchAsAnonymousUserWithPagerConstructor()
void testSearchWithNoCredentials()
void testUserContentPermission()
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 TestContentPermissionsFilter ()

Public Methods

public void setUp ()

Throws
Exception

public void testMultipleGroups ()

Throws
IOException

public void testOneGroup ()

Throws
IOException

public void testSearchAsAnonymousUser ()

Throws
IOException

public void testSearchAsAnonymousUserWithPagerConstructor ()

Throws
IOException

public void testSearchWithNoCredentials ()

Throws
IOException

public void testUserContentPermission ()

Throws
IOException

Protected Methods

protected void tearDown ()

Throws
Exception