HtmlReportRender.GenerateHtmlReport Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GenerateHtmlReport(TestResult)
public static string GenerateHtmlReport(Microsoft.Hpc.Diagnostics.Helpers.TestResult testResult);
static member GenerateHtmlReport : Microsoft.Hpc.Diagnostics.Helpers.TestResult -> string
Parameters
- testResult
- TestResult
Returns
Applies to
GenerateHtmlReport(TestResult, String)
public static string GenerateHtmlReport(Microsoft.Hpc.Diagnostics.Helpers.TestResult testResult, string htmlFileName);
static member GenerateHtmlReport : Microsoft.Hpc.Diagnostics.Helpers.TestResult * string -> string
Parameters
- testResult
- TestResult
- htmlFileName
- String