public class

TestLuceneQueryTokenizer

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.search.contentnames.lucene.TestLuceneQueryTokenizer

Summary

Public Constructors
TestLuceneQueryTokenizer()
Public Methods
void testMultipleTermQuery()
void testNullAndEmptyQuery()
void testSingleTermQuery()
Protected Methods
void setUp()
void tearDown()
[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 TestLuceneQueryTokenizer ()

Public Methods

public void testMultipleTermQuery ()

public void testNullAndEmptyQuery ()

public void testSingleTermQuery ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception