Class FSTTester<T>
Helper class to test FSTs.
Inheritance
System.Object
    FSTTester<T>
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Util.Fst
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class FSTTester<T>
  Type Parameters
| Name | Description | 
|---|---|
| T | 
Constructors
| Improve this Doc View SourceFSTTester(Random, Directory, Int32, IList<InputOutput<T>>, Outputs<T>, Boolean)
Declaration
public FSTTester(Random random, Directory dir, int inputMode, IList<InputOutput<T>> pairs, Outputs<T> outputs, bool doReverseLookup)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Random | random | |
| Directory | dir | |
| System.Int32 | inputMode | |
| System.Collections.Generic.IList<InputOutput<T>> | pairs | |
| Outputs<T> | outputs | |
| System.Boolean | doReverseLookup | 
Methods
| Improve this Doc View SourceDoTest(Boolean)
Declaration
public virtual void DoTest(bool testPruning)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | testPruning | 
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 |