C# Class Lucene.Net.Util.TestIntroSorter

Inheritance: BaseSortTestCase
Exibir arquivo Open project: apache/lucenenet

Public Methods

Method Description
NewSorter ( Entry arr ) : Lucene.Net.Util.Sorter
TestIntroSorter ( ) : NUnit.Framework

Private Methods

Method Description
TestAscending ( ) : void
TestAscendingSequences ( ) : void
TestDescending ( ) : void
TestEmpty ( ) : void
TestOne ( ) : void
TestRandom ( ) : void
TestRandomLowCardinality ( ) : void
TestStrictlyDescendingStrategy ( ) : void
TestTwo ( ) : void

Method Details

NewSorter() public method

public NewSorter ( Entry arr ) : Lucene.Net.Util.Sorter
arr Entry
return Lucene.Net.Util.Sorter

TestIntroSorter() public method

public TestIntroSorter ( ) : NUnit.Framework
return NUnit.Framework