Package com.tngtech.jgiven.report.text
Class PlainTextReportConfig
java.lang.Object
com.tngtech.jgiven.report.AbstractReportConfig
com.tngtech.jgiven.report.text.PlainTextReportConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
additionalConfigOptions
(List<ConfigOption> configOptions) This is used to create newConfigOption
for theAbstractReportConfig
by appending them to the listvoid
useConfigMap
(Map<String, Object> configMap) Every flag should be defined except the optional ones without a default (like --help)Methods inherited from class com.tngtech.jgiven.report.AbstractReportConfig
getExcludeEmptyScenarios, getReportModel, getSourceDir, getTargetDir, getTitle, printUsageAndExit, setExcludeEmptyScenarios, setSourceDir, setTargetDir, setTitle
-
Constructor Details
-
PlainTextReportConfig
-
PlainTextReportConfig
public PlainTextReportConfig()
-
-
Method Details
-
useConfigMap
Description copied from class:AbstractReportConfig
Every flag should be defined except the optional ones without a default (like --help)- Specified by:
useConfigMap
in classAbstractReportConfig
- Parameters:
configMap
- the config map with a mapping of Strings to castable objects
-
additionalConfigOptions
Description copied from class:AbstractReportConfig
This is used to create newConfigOption
for theAbstractReportConfig
by appending them to the list- Specified by:
additionalConfigOptions
in classAbstractReportConfig
- Parameters:
configOptions
- config options list, add new options here
-