C# Class 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).
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
SetUp ( ) : void
assertEquals ( string s, TokenStream left, TokenStream right ) : void

Private Methods

Méthode Description
TestLetterAscii ( ) : void
TestLetterAsciiHuge ( ) : void
TestLetterHtmlish ( ) : void
TestLetterHtmlishHuge ( ) : void
TestLetterUnicode ( ) : void
TestLetterUnicodeHuge ( ) : void
newStringReader ( string s ) : TextReader

Method Details

SetUp() public méthode

public SetUp ( ) : void
Résultat void

assertEquals() public méthode

public assertEquals ( string s, TokenStream left, TokenStream right ) : void
s string
left TokenStream
right TokenStream
Résultat void