C# Class Xunit.Reporting.Internal.Generator.HtmlReportGenerator

An report generator wich generates an HTML file.
Inheritance: IReportGenerator
Show file Open project: BjRo/xunitbddextensions

Public Methods

Method Description
Generate ( IReport report ) : void

Generates a report filled with the content supplied by report.

HtmlReportGenerator ( IFileWriter outputWriter ) : System

Initializes a new instance of the HtmlReportGenerator class.

Private Methods

Method Description
EncodeExternalAssemblyQualifiedType ( Type type ) : string NVelocity Hack: Encoding an assembly qualified name of a type residing in an assembly other than NVelocity. (Normally strips the assembly part away from the name which leads to problems when the assemblies have not been merged together.)

Method Details

Generate() public method

Generates a report filled with the content supplied by report.
public Generate ( IReport report ) : void
report IReport Specifies the report model.
return void

HtmlReportGenerator() public method

Initializes a new instance of the HtmlReportGenerator class.
public HtmlReportGenerator ( IFileWriter outputWriter ) : System
outputWriter IFileWriter The output writer.
return System