C# 클래스 Lucene.Net.Analysis.Miscellaneous.TestASCIIFoldingFilter

상속: BaseTokenStreamTestCase
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

비공개 메소드들

메소드 설명
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