testGenerator

abstract val testGenerator: Property<String>(source)

The class to use for test generation. Typically your object that extends BaseTestGenerator.

If not set, will only auto-generate tests (if useTestGenerator is true).

See also