Package-level declarations

Types

Link copied to clipboard
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.

Link copied to clipboard