Package com.tngtech.jgiven.report
-
Interface Summary Interface Description ReportBlockConverter Converts elements of the report model into standalone text blocks. -
Class Summary Class Description AbstractReportConfig Basic configuration for a report with an extendable interface The configMap should always be in a valid state and have all possible flags, except the optional ones without a default (like --help) For examples seeAsciiDocReportConfig
AbstractReportGenerator This abstract class is the basic layout that includes the minimal functionality for reading/writing a report The following flags are predefined inAbstractReportConfig.createConfigOptions()
: --format= --sourceDir= /--dir= --targetDir= /--todir= --title= --exclude-empty-scenarios=<boolean> --help / -h Everything has a default value.ReportGenerator This is an interface to create a report based on command line flags -
Enum Summary Enum Description ReportGenerator.Format to create a custom report, extend this enum with the name of your choice