| Class | Description |
|---|---|
| CommandLineOption |
Defines a command line interface for use in
ConfigOption with automatic help description generation used by ConfigOptionParser.printUsageAndExit(List)
Instantiation through CommandLineOptionBuilder |
| CommandLineOptionBuilder |
An easier interface to instantiate
CommandLineOption for use in ConfigOption |
| ConfigOption |
Defines a configuration for the report which can be from the command line, property or the environment
Instantiated with
ConfigOptionBuilder
For use in AbstractReportConfig.additionalConfigOptions(List) and the generated object map in AbstractReportConfig.AbstractReportConfig(String...) |
| ConfigOptionBuilder |
An easier interface to create
ConfigOption for use in com.tngtech.jgiven.report.AbstractReportGenerator#additionalConfigOptions(List) |
| ConfigOptionParser |