C# Class Lucene.Net.Analysis.Miscellaneous.TestASCIIFoldingFilter

Inheritance: BaseTokenStreamTestCase
Exibir arquivo Open project: apache/lucenenet Class Usage Examples

Private Methods

Method Description
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