TestResult.GenerateSimpleResultSummary 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.
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.