CsCheck
CsCheck copied to clipboard
Support for customizable/non-random search space traversal
Howdy,
Currently CsCheck only supports the sealed PCG class for it's source of generation. But I would like to replace the PCG type with an interface or abstract class allowing the search pattern to be customized. Basically, I want to not use random search all the time.