public class

TestLuceneSearcherImpl

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestLuceneSearcherImpl()
Public Methods
void testAnonymousQuery()
void testQueryAsUserInGroups()
void testQueryAsUserInNoGroups()
void testSearchAsUserWithRestrictedSpaceAccess()
void testSearchThrowsException()
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 TestLuceneSearcherImpl ()

Public Methods

public void testAnonymousQuery ()

public void testQueryAsUserInGroups ()

public void testQueryAsUserInNoGroups ()

public void testSearchAsUserWithRestrictedSpaceAccess ()

public void testSearchThrowsException ()

Protected Methods

protected void tearDown ()

Throws
Exception