Class FSTTester<T>
Helper class to test FSTs.
Inheritance
System.Object
FSTTester<T>
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class FSTTester<T> : object
Type Parameters
Constructors
|
Improve this Doc
View Source
Declaration
public FSTTester(Random random, Directory dir, int inputMode, IList<InputOutput<T>> pairs, Outputs<T> outputs, bool doReverseLookup)
Parameters
Type |
Name |
Description |
Random |
random |
|
Directory |
dir |
|
System.Int32 |
inputMode |
|
IList<InputOutput<T>> |
pairs |
|
Outputs<T> |
outputs |
|
System.Boolean |
doReverseLookup |
|
Methods
|
Improve this Doc
View Source
DoTest(Boolean)
Declaration
public virtual void DoTest(bool testPruning)
Parameters
Type |
Name |
Description |
System.Boolean |
testPruning |
|
|
Improve this Doc
View Source
OutputsEqual(T, T)
Declaration
protected virtual bool OutputsEqual(T a, T b)
Parameters
Type |
Name |
Description |
T |
a |
|
T |
b |
|
Returns
Type |
Description |
System.Boolean |
|