Class AsciiDocReportGenerator
java.lang.Object
com.tngtech.jgiven.report.AbstractReportGenerator
com.tngtech.jgiven.report.asciidoc.AsciiDocReportGenerator
This reporter provides the functionality for reading/writing a report in AsciiDoc format.
The following flags are reused from AbstractReportConfig:
- --format=
- --sourceDir= / --dir=
- --targetDir= / --todir=
- --title=
- --exclude-empty-scenarios=<boolean>
- --help / -h
-
Field Summary
Fields inherited from class com.tngtech.jgiven.report.AbstractReportGenerator
completeReportModel, config -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateReportConfig(String... args) voidgenerate()This implements the main functionality of the report generator, utilizing the information from the specializedAbstractReportConfigMethods inherited from class com.tngtech.jgiven.report.AbstractReportGenerator
generateFromCommandLine, generateWithConfig, loadReportModel, setConfig
-
Constructor Details
-
AsciiDocReportGenerator
public AsciiDocReportGenerator()
-
-
Method Details
-
createReportConfig
- Specified by:
createReportConfigin classAbstractReportGenerator- Parameters:
args- these are the command line arguments- Returns:
- an
AbstractReportConfigwhere any option may be accessible via setter and getter
-
generate
public void generate()Description copied from class:AbstractReportGeneratorThis implements the main functionality of the report generator, utilizing the information from the specializedAbstractReportConfig- Specified by:
generatein classAbstractReportGenerator
-