Package com.tngtech.jgiven.report.text
Class PlainTextReportConfig
java.lang.Object
com.tngtech.jgiven.report.AbstractReportConfig
com.tngtech.jgiven.report.text.PlainTextReportConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadditionalConfigOptions(List<ConfigOption> configOptions) This is used to create newConfigOptionfor theAbstractReportConfigby appending them to the listvoiduseConfigMap(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:AbstractReportConfigEvery flag should be defined except the optional ones without a default (like --help)- Specified by:
useConfigMapin classAbstractReportConfig- Parameters:
configMap- the config map with a mapping of Strings to castable objects
-
additionalConfigOptions
Description copied from class:AbstractReportConfigThis is used to create newConfigOptionfor theAbstractReportConfigby appending them to the list- Specified by:
additionalConfigOptionsin classAbstractReportConfig- Parameters:
configOptions- config options list, add new options here
-