FSTTester

class FSTTester<T>(val random: Random, val dir: Directory = ByteBuffersDirectory(), val inputMode: Int, val pairs: List<FSTTester.InputOutput<T>>, val outputs: Outputs<T>)

Simplified FST tester used by the ported tests.

Constructors

Link copied to clipboard
constructor(random: Random, dir: Directory = ByteBuffersDirectory(), inputMode: Int, pairs: List<FSTTester.InputOutput<T>>, outputs: Outputs<T>)

Types

Link copied to clipboard
data class InputOutput<T>(val input: IntsRef, val output: T) : Comparable<FSTTester.InputOutput<T>>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun doTest(): FST<T>?