public class FSTTester<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FSTTester.InputOutput<T>
Holds one input/output pair.
|
| Constructor and Description |
|---|
FSTTester(Random random,
Directory dir,
int inputMode,
List<FSTTester.InputOutput<T>> pairs,
Outputs<T> outputs,
boolean doReverseLookup) |
| Modifier and Type | Method and Description |
|---|---|
void |
doTest(boolean testPruning) |
protected boolean |
outputsEqual(T a,
T b) |
public void doTest(boolean testPruning)
throws IOException
IOExceptionCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.