TestResult Constructors

Definition

Overloads

TestResult()

Initializes a new instance of the TestResult class without specifying a name of the test result.

TestResult(String)

Initializes a new instance of the TestResult class with the specified name.

TestResult()

Initializes a new instance of the TestResult class without specifying a name of the test result.

public TestResult ();
Public Sub New ()

Applies to

TestResult(String)

Initializes a new instance of the TestResult class with the specified name.

public TestResult (string name);
new Microsoft.Hpc.Diagnostics.Helpers.TestResult : string -> Microsoft.Hpc.Diagnostics.Helpers.TestResult
Public Sub New (name As String)

Parameters

name
String

A string that contains the name for the new TestResult object.

Applies to