C# Класс Lucene.Net.Analysis.Miscellaneous.TestASCIIFoldingFilter

Наследование: BaseTokenStreamTestCase
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
assertNextTerms ( string expectedUnfolded, string expectedFolded, ASCIIFoldingFilter filter, ICharTermAttribute termAtt ) : void

Pop one input token's worth of tokens off the filter and verify that they are as expected.

testAllFoldings ( ) : void
testEmptyTerm ( ) : void
testLatin1Accents ( ) : void
testRandomStrings ( ) : void