public class

TestDelegatingLuceneSearchMapper

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestDelegatingLuceneSearchMapper()
Public Methods
void testFilterThatDoesNotHaveMapping()
void testQueryThatDoesNotHaveMapping()
void testSimpleFilterMapping()
void testSimpleQueryMapping()
void testSimpleSortMapping()
void testSortThatDoesNotHaveMapping()
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 TestDelegatingLuceneSearchMapper ()

Public Methods

public void testFilterThatDoesNotHaveMapping ()

public void testQueryThatDoesNotHaveMapping ()

public void testSimpleFilterMapping ()

public void testSimpleQueryMapping ()

public void testSimpleSortMapping ()

public void testSortThatDoesNotHaveMapping ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception