Edit

Share via


TestResult.GenerateSimpleResultSummary Method

Definition

Creates a StepResult object with information that summarizes the results that are contained by the other StepResult objects in the TestResult object.

public Microsoft.Hpc.Diagnostics.Helpers.StepResult GenerateSimpleResultSummary();
member this.GenerateSimpleResultSummary : unit -> Microsoft.Hpc.Diagnostics.Helpers.StepResult
Public Function GenerateSimpleResultSummary () As StepResult

Returns

A StepResult object that contains information that summarizes the results contained by the other StepResult objects in the TestResult object.

Applies to