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
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateReportConfig(String... args) voidgenerate()This implements the main functionality of the report generator, utilizing the information from the specializedAbstractReportConfigvoidhandleReportModel(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:
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
-
handleReportModel
-