SkippedTestNodeStateProperty(String) Constructor

Definition

Initializes a new instance of the SkippedTestNodeStateProperty class.

public SkippedTestNodeStateProperty(string? Explanation = default);
public SkippedTestNodeStateProperty(string? explanation = default);
new Microsoft.Testing.Platform.Extensions.Messages.SkippedTestNodeStateProperty : string -> Microsoft.Testing.Platform.Extensions.Messages.SkippedTestNodeStateProperty
new Microsoft.Testing.Platform.Extensions.Messages.SkippedTestNodeStateProperty : string -> Microsoft.Testing.Platform.Extensions.Messages.SkippedTestNodeStateProperty
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