public class

TestUnstemmedEnglishAnalyzer

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.search.didyoumean.lucene.TestUnstemmedEnglishAnalyzer

Summary

Public Constructors
TestUnstemmedEnglishAnalyzer()
Public Methods
void testDoubleBarrelledNames()
void testFullNames()
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 TestUnstemmedEnglishAnalyzer ()

Public Methods

public void testDoubleBarrelledNames ()

Throws
IOException

public void testFullNames ()

Throws
IOException

Protected Methods

protected void setUp ()

Throws
Exception