public class

TestLuceneSmartListMapperRegistry

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestLuceneSmartListMapperRegistry()
Public Methods
void testLuceneQueryMapperPredicate()
void testNoMatchingFilterPlugins()
void testNoMatchingQueryPlugin()
void testNoMatchingSortPlugin()
void testOneMatchingFilterPlugin()
void testOneMatchingQueryPlugin()
void testOneMatchingSortPlugin()
void testTwoMatchingFilterPlugins()
void testTwoMatchingQueryPlugins()
void testTwoMatchingSortPlugins()
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 TestLuceneSmartListMapperRegistry ()

Public Methods

public void testLuceneQueryMapperPredicate ()

public void testNoMatchingFilterPlugins ()

public void testNoMatchingQueryPlugin ()

public void testNoMatchingSortPlugin ()

public void testOneMatchingFilterPlugin ()

public void testOneMatchingQueryPlugin ()

public void testOneMatchingSortPlugin ()

public void testTwoMatchingFilterPlugins ()

public void testTwoMatchingQueryPlugins ()

public void testTwoMatchingSortPlugins ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception