PassedTestNodeStateProperty(String) Constructor

Definition

Initializes a new instance of the PassedTestNodeStateProperty class.

public PassedTestNodeStateProperty(string? Explanation = default);
public PassedTestNodeStateProperty(string? explanation = default);
new Microsoft.Testing.Platform.Extensions.Messages.PassedTestNodeStateProperty : string -> Microsoft.Testing.Platform.Extensions.Messages.PassedTestNodeStateProperty
new Microsoft.Testing.Platform.Extensions.Messages.PassedTestNodeStateProperty : string -> Microsoft.Testing.Platform.Extensions.Messages.PassedTestNodeStateProperty
Public Sub New (Optional Explanation As String = Nothing)
Public Sub New (Optional explanation As String = Nothing)

Parameters

Explanationexplanation
String

Textual explanation of the node.

Applies to