Package com.tngtech.jgiven.report
Class ReportGenerator
java.lang.Object
com.tngtech.jgiven.report.ReportGenerator
This is an interface to create a report based on command line flags
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
to create a custom report, extend this enum with the name of your choice -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Starts the respective report (default is HTML5)static AbstractReportGenerator
Searches the Html5ReportGenerator in Java path and instantiates the reportstatic void
-
Constructor Details
-
ReportGenerator
public ReportGenerator()
-
-
Method Details
-
generate
Starts the respective report (default is HTML5) -
generateHtml5Report
Searches the Html5ReportGenerator in Java path and instantiates the report -
main
-