InProgressTestNodeStateProperty Class

Definition

Property that represents a test node that is being executed.

public sealed class InProgressTestNodeStateProperty : Microsoft.Testing.Platform.Extensions.Messages.TestNodeStateProperty, IEquatable<Microsoft.Testing.Platform.Extensions.Messages.InProgressTestNodeStateProperty>
type InProgressTestNodeStateProperty = class
    inherit TestNodeStateProperty
    interface IEquatable<InProgressTestNodeStateProperty>
Public NotInheritable Class InProgressTestNodeStateProperty
Inherits TestNodeStateProperty
Implements IEquatable(Of InProgressTestNodeStateProperty)
Inheritance
InProgressTestNodeStateProperty
Implements

Constructors

Name Description
InProgressTestNodeStateProperty(String)

Initializes a new instance of the InProgressTestNodeStateProperty class.

Properties

Name Description
CachedInstance

Gets cached instance of the InProgressTestNodeStateProperty.

EqualityContract (Inherited from TestNodeStateProperty)
Explanation

Gets the textual explanation of the node state.

(Inherited from TestNodeStateProperty)

Methods

Name Description
<Clone>$()
Deconstruct(String)
Equals(InProgressTestNodeStateProperty)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Determines whether the specified object is equal to the current object.

Equals(TestNodeStateProperty)
Equals(TestNodeStateProperty) (Inherited from TestNodeStateProperty)
GetHashCode()

Serves as the default hash function.

PrintMembers(StringBuilder) (Inherited from TestNodeStateProperty)
ToString()

Returns a string that represents the current object.

Operators

Name Description
Equality(InProgressTestNodeStateProperty, InProgressTestNodeStateProperty)
Inequality(InProgressTestNodeStateProperty, InProgressTestNodeStateProperty)

Applies to