public class

TestListQueryToSearchConverter

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

Class Overview

Tests the ListQueryToSearchConverter.

Summary

Public Constructors
TestListQueryToSearchConverter()
Public Methods
void testAllSpacesContainsAllSpaces()
void testAllSpacesPlusFavouriteSpaces()
void testAllSpacesPlusSomeSpace()
void testAllSpacesWithSomeSpaceExclusion()
void testAllWithAndLabels()
void testAllWithLabel()
void testAllWithOrLabels()
void testBlogsInPersonalSpaceWithPersonalLabels()
void testFavouriteSpacesPlusSomeSpace()
void testGlobalSpacesPlusFavouriteSpaces()
void testJustPages()
void testJustPagesInGlobalScopeOrSomeSpace()
void testJustPagesWithZeroTimespanActuallySearchesInLastWeek()
void testPagesAndMail()
Test that when mail is included as a content type that Mail attachments are also included (not excluded as they normally are).
void testPersonalSpacesPlusSomeSpaces()
void testSortingAndMaximumNumberOfResults()
void testTimeSpanParameterOnListQueryTranslatesToADateRangeQuery()
Protected Methods
void setUp()
[Expand]
Inherited Methods
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestListQueryToSearchConverter ()

Public Methods

public void testAllSpacesContainsAllSpaces ()

public void testAllSpacesPlusFavouriteSpaces ()

public void testAllSpacesPlusSomeSpace ()

public void testAllSpacesWithSomeSpaceExclusion ()

public void testAllWithAndLabels ()

public void testAllWithLabel ()

public void testAllWithOrLabels ()

public void testBlogsInPersonalSpaceWithPersonalLabels ()

public void testFavouriteSpacesPlusSomeSpace ()

public void testGlobalSpacesPlusFavouriteSpaces ()

public void testJustPages ()

public void testJustPagesInGlobalScopeOrSomeSpace ()

public void testJustPagesWithZeroTimespanActuallySearchesInLastWeek ()

public void testPagesAndMail ()

Test that when mail is included as a content type that Mail attachments are also included (not excluded as they normally are).

public void testPersonalSpacesPlusSomeSpaces ()

public void testSortingAndMaximumNumberOfResults ()

public void testTimeSpanParameterOnListQueryTranslatesToADateRangeQuery ()

Protected Methods

protected void setUp ()

Throws
Exception