TestGenerationRunner
class TestGenerationRunner
Main entry point for test generation execution.
Encapsulates the common execution flow shared between CLI and Gradle plugin:
Create execution options by merging config and overrides
Extract module settings (e.g., pattern generation options)
Create modules with extracted settings
Generate test report via TestGenerationEngine
Write test artifacts if successful or
alwaysWriteTestsis enabled
Use Builder for custom configuration or withDefaults for standard distribution setup.
Types
Link copied to clipboard
class Builder
Builder for constructing TestGenerationRunner with custom configuration.
Link copied to clipboard
Factory interface for creating modules with resolved settings.