TestNodeStateProperty Constructors

Definition

Overloads

TestNodeStateProperty(TestNodeStateProperty)

Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
protected TestNodeStateProperty(Microsoft.Testing.Platform.Extensions.Messages.TestNodeStateProperty original);
Protected Sub New (original As TestNodeStateProperty)

Parameters

Applies to

TestNodeStateProperty(String)

Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeStateProperties.cs

Initializes a new instance of the TestNodeStateProperty class.

protected TestNodeStateProperty(string? Explanation);
protected TestNodeStateProperty(string? explanation);
new Microsoft.Testing.Platform.Extensions.Messages.TestNodeStateProperty : string -> Microsoft.Testing.Platform.Extensions.Messages.TestNodeStateProperty
new Microsoft.Testing.Platform.Extensions.Messages.TestNodeStateProperty : string -> Microsoft.Testing.Platform.Extensions.Messages.TestNodeStateProperty
Protected Sub New (Explanation As String)
Protected Sub New (explanation As String)

Parameters

Explanationexplanation
String

Textual explanation of the node state.

Applies to