Summary
Converts the specified report into human readable form according to the specified settings.
- Namespace
- Cake
.Common .Tools .ReportUnit - Containing Type
- ReportUnitRunner
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 |
