C# 클래스 Xunit.Reporting.Internal.Generator.HtmlReportGenerator

An report generator wich generates an HTML file.
상속: IReportGenerator
파일 보기 프로젝트 열기: BjRo/xunitbddextensions

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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.)

메소드 상세

Generate() 공개 메소드

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

HtmlReportGenerator() 공개 메소드

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