Table of Contents

Class ReportGenerator

Namespace
Cress.Execution
Assembly
Cress.Execution.dll
public sealed class ReportGenerator
Inheritance
ReportGenerator
Inherited Members

Methods

Generate(ProjectCatalog, RunResult, IReadOnlyList<string>)

public IReadOnlyDictionary<string, string> Generate(ProjectCatalog catalog, RunResult result, IReadOnlyList<string> formats)

Parameters

catalog ProjectCatalog
result RunResult
formats IReadOnlyList<string>

Returns

IReadOnlyDictionary<string, string>

ListReports(string, string)

public IReadOnlyList<string> ListReports(string projectRoot, string reportsPath)

Parameters

projectRoot string
reportsPath string

Returns

IReadOnlyList<string>