Namespace Lucene.Net.Util.Automaton
Classes
AutomatonTestUtil
Utilities for testing automata.
Capable of generating random regular expressions, and automata, and also provides a number of very basic unoptimized implementations (*slow) for testing.RandomAcceptedStrings
Lets you retrieve random strings accepted by an Lucene.Net.Util.Automaton.Automaton.
Once created, call GetRandomAcceptedString(Random) to get a new string (in UTF-32 codepoints).