ReportUnitRunner.

Run(DirectoryPath, DirectoryPath, ReportUnitSettings) Method

Summary

Converts the reports from specified folder into human readable form according to the specified settings.

Syntax

public void Run(DirectoryPath inputFolder, DirectoryPath outputFolder, ReportUnitSettings settings)

Parameters

Name Type Description
inputFolder DirectoryPath The input folder.
outputFolder DirectoryPath The output folder.
settings ReportUnitSettings The ReportUnit settings.

Return Value

Type Description
void