Package com.tngtech.jgiven.report
package com.tngtech.jgiven.report
-
ClassDescriptionBasic configuration for a report with an extendable interface The configMap should always be in a valid state and have all possible flags, except the optional ones without a default (like --help) For examples see
AsciiDocReportConfig
This abstract class is the basic layout that includes the minimal functionality for reading/writing a report The following flags are predefined inAbstractReportConfig.createConfigOptions()
: --format= --sourceDir= /--dir= --targetDir= /--todir= --title= --exclude-empty-scenarios=<boolean> --help / -h Everything has a default value.Converts elements of the report model into standalone text blocks.This is an interface to create a report based on command line flagsto create a custom report, extend this enum with the name of your choice