public class

TestTermFilter

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.search.lucene.filter.TestTermFilter

Summary

Public Constructors
TestTermFilter()
Public Methods
void setUp()
void testAgainstMultipleValues()
void testLeadingAndTrailingWhitespace()
void testMixedDocuments()
void testMultipleValuesMultipleDocuments()
void testNoDocumentsReturnsNoResults()
void testNoMatches()
void testNullParam()
void testSingleDocument()
void testTwoDocuments()
Protected Methods
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 TestTermFilter ()

Public Methods

public void setUp ()

Throws
Exception

public void testAgainstMultipleValues ()

Throws
IOException

public void testLeadingAndTrailingWhitespace ()

Throws
IOException

public void testMixedDocuments ()

Throws
IOException

public void testMultipleValuesMultipleDocuments ()

Throws
IOException

public void testNoDocumentsReturnsNoResults ()

Throws
IOException

public void testNoMatches ()

Throws
IOException

public void testNullParam ()

Throws
IOException

public void testSingleDocument ()

Throws
IOException

public void testTwoDocuments ()

Throws
IOException

Protected Methods

protected void tearDown ()

Throws
Exception