ReportUnitRunner.

Run(FilePath, FilePath, ReportUnitSettings) Method

Summary

Converts the specified report into human readable form according to the specified settings.

Syntax

public void Run(FilePath inputFile, FilePath outputFile, ReportUnitSettings settings)

Parameters

Name Type Description
inputFile FilePath The input file.
outputFile FilePath The output file.
settings ReportUnitSettings The ReportUnit settings.

Return Value

Type Description
void