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

Simple tests to ensure this factory is working
Inheritance: Lucene.Net.Analysis.Util.BaseTokenStreamFactoryTestCase
Datei anzeigen Open project: apache/lucenenet

Public Methods

Method Description
TestDups ( string expected ) : void
Tok ( int pos, string t, int start, int end ) : Token

Private Methods

Method Description
TestBogusArguments ( ) : void
TestSimpleDups ( ) : void

Method Details

TestDups() public method

public TestDups ( string expected ) : void
expected string
return void

Tok() public static method

public static Tok ( int pos, string t, int start, int end ) : Token
pos int
t string
start int
end int
return Token