ReportUnitAliases.

ReportUnit(ICakeContext, DirectoryPath) Method

Summary

Converts the reports in the specified directory into human readable form.

Syntax

[CakeMethodAlias]
public static void ReportUnit(this ICakeContext context, DirectoryPath inputFolder)

Examples

Provide only an input folder, which will causes ReportUnit to search entire directory for report files.

Cake task:

ReportUnit("c:/temp");

Attributes

Type Description
CakeMethodAliasAttribute An attribute used to mark script method aliases.

Parameters

Name Type Description
context ICakeContext The context.
inputFolder DirectoryPath The input folder.

Return Value

Type Description
void