useTestGenerator

abstract val useTestGenerator: Property<Boolean>(source)

Whether to use TestGenerator in test-support. Defaults to true.

If true, set testGenerator to your TestGenerator class.

If false, set testGenerator to the class of your main function that does test generation.