C# Class Xunit.Reporting.Internal.ReportEngine

The report engine which implements the main coordination part of this tool.
Inheritance: IReportEngine
Afficher le fichier Open project: BjRo/xunitbddextensions

Méthodes publiques

Méthode Description
ReportEngine ( IArguments arguments, IModelBuilder modelBuilder, IReportGenerator reportGenerator ) : System

Initializes a new instance of the ReportEngine class.

Run ( ) : void

Runs the report generation.

Method Details

ReportEngine() public méthode

Initializes a new instance of the ReportEngine class.
/// Thrown when one of the parameters is null. ///
public ReportEngine ( IArguments arguments, IModelBuilder modelBuilder, IReportGenerator reportGenerator ) : System
arguments IArguments /// Specifies the arguments. ///
modelBuilder IModelBuilder /// Specifies the model builder for building a report model from an assembly.
reportGenerator IReportGenerator /// Specifies the report generator which generates the output. ///
Résultat System

Run() public méthode

Runs the report generation.
public Run ( ) : void
Résultat void