Package com.tngtech.jgiven.report.config
-
Class Summary Class Description CommandLineOption Defines a command line interface for use inConfigOption
with automatic help description generation used byConfigOptionParser.printUsageAndExit(List)
Instantiation throughCommandLineOptionBuilder
CommandLineOptionBuilder An easier interface to instantiateCommandLineOption
for use inConfigOption
ConfigOption Defines a configuration for the report which can be from the command line, property or the environment Instantiated withConfigOptionBuilder
For use inAbstractReportConfig.additionalConfigOptions(List)
and the generated object map inAbstractReportConfig(String...)
ConfigOptionBuilder An easier interface to createConfigOption
for use withAbstractReportGenerator
ConfigOptionParser