OpenAPI Test Generator API
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
OpenAPI Test Generator API
openapi-testgen-distribution-bundle
/
art.galushko.openapi.testgen.distribution
/
TestGenerationRunner
/
ModuleFactory
Module
Factory
fun
interface
ModuleFactory
Factory interface for creating modules with resolved settings.
Members
Functions
create
Modules
Link copied to clipboard
abstract
fun
createModules
(
options
:
TestGeneratorExecutionOptions
)
:
List
<
TestGenerationModule
>