FailedTestNodeStateProperty Constructors

Definition

Overloads

Name Description
FailedTestNodeStateProperty()

Initializes a new instance of the FailedTestNodeStateProperty class.

FailedTestNodeStateProperty(String)

Initializes a new instance of the FailedTestNodeStateProperty class.

FailedTestNodeStateProperty(Exception, String)

Initializes a new instance of the FailedTestNodeStateProperty class.

FailedTestNodeStateProperty()

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 FailedTestNodeStateProperty class.

public FailedTestNodeStateProperty();
Public Sub New ()

Applies to

FailedTestNodeStateProperty(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 FailedTestNodeStateProperty class.

public FailedTestNodeStateProperty(string explanation);
new Microsoft.Testing.Platform.Extensions.Messages.FailedTestNodeStateProperty : string -> Microsoft.Testing.Platform.Extensions.Messages.FailedTestNodeStateProperty
Public Sub New (explanation As String)

Parameters

explanation
String

Failure explanation.

Applies to

FailedTestNodeStateProperty(Exception, 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 FailedTestNodeStateProperty class.

public FailedTestNodeStateProperty(Exception exception, string? explanation = default);
new Microsoft.Testing.Platform.Extensions.Messages.FailedTestNodeStateProperty : Exception * string -> Microsoft.Testing.Platform.Extensions.Messages.FailedTestNodeStateProperty
Public Sub New (exception As Exception, Optional explanation As String = Nothing)

Parameters

exception
Exception

Failure exception.

explanation
String

Failure explanation.

Applies to