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-core
/
art.galushko.openapi.testgen.config
/
GeneratorConfig
/
GeneratorConfig
Generator
Config
constructor
(
logLevel
:
String
?
=
null
,
specFile
:
String
?
=
null
,
outputDir
:
String
?
=
null
,
generator
:
String
?
=
null
,
generatorOptions
:
Map
<
String
,
Any
?
>
?
=
null
,
testGenerationSettings
:
Map
<
String
,
Any
?
>
?
=
null
,
alwaysWriteTests
:
Boolean
?
=
null
)