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
-
Method Summary
Modifier and TypeMethodDescriptioncreateReportConfig
(String... args) void
generate()
This implements the main functionality of the report generator, utilizing the information from the specializedAbstractReportConfig
Methods inherited from class com.tngtech.jgiven.report.AbstractReportGenerator
generateFromCommandLine, generateWithConfig, loadReportModel, setConfig
-
Constructor Details
-
AsciiDocReportGenerator
public AsciiDocReportGenerator()
-
-
Method Details
-
createReportConfig
- Specified by:
createReportConfig
in classAbstractReportGenerator
- Parameters:
args
- these are the command line arguments- Returns:
- an
AbstractReportConfig
where any option may be accessible via setter and getter
-
generate
public void generate()Description copied from class:AbstractReportGenerator
This implements the main functionality of the report generator, utilizing the information from the specializedAbstractReportConfig
- Specified by:
generate
in classAbstractReportGenerator
-