Package com.tngtech.jgiven.report.text
Class PlainTextReportGenerator
java.lang.Object
com.tngtech.jgiven.report.AbstractReportGenerator
com.tngtech.jgiven.report.text.PlainTextReportGenerator
-
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
void
handleReportModel
(ReportModel model, File file) Methods inherited from class com.tngtech.jgiven.report.AbstractReportGenerator
generateFromCommandLine, generateWithConfig, loadReportModel, setConfig
-
Constructor Details
-
PlainTextReportGenerator
public PlainTextReportGenerator()
-
-
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
-
handleReportModel
-