C# 클래스 Lucene.Net.Analysis.Core.TestDuelingAnalyzers

Compares MockTokenizer (which is simple with no optimizations) with equivalent core tokenizers (that have optimizations like buffering). Any tests here need to probably consider unicode version of the JRE (it could cause false fails).
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
SetUp ( ) : void
assertEquals ( string s, TokenStream left, TokenStream right ) : void

비공개 메소드들

메소드 설명
TestLetterAscii ( ) : void
TestLetterAsciiHuge ( ) : void
TestLetterHtmlish ( ) : void
TestLetterHtmlishHuge ( ) : void
TestLetterUnicode ( ) : void
TestLetterUnicodeHuge ( ) : void
newStringReader ( string s ) : TextReader

메소드 상세

SetUp() 공개 메소드

public SetUp ( ) : void
리턴 void

assertEquals() 공개 메소드

public assertEquals ( string s, TokenStream left, TokenStream right ) : void
s string
left TokenStream
right TokenStream
리턴 void