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