TestNodeStateProperty Class

Definition

Base class for test node state properties.

public abstract class TestNodeStateProperty : IEquatable<Microsoft.Testing.Platform.Extensions.Messages.TestNodeStateProperty>, Microsoft.Testing.Platform.Extensions.Messages.IProperty
type TestNodeStateProperty = class
    interface IProperty
    interface IEquatable<TestNodeStateProperty>
Public MustInherit Class TestNodeStateProperty
Implements IEquatable(Of TestNodeStateProperty), IProperty
Inheritance
TestNodeStateProperty
Derived
Implements

Constructors

Name Description
TestNodeStateProperty(String)

Initializes a new instance of the TestNodeStateProperty class.

TestNodeStateProperty(TestNodeStateProperty)

Properties

Name Description
EqualityContract
Explanation

Gets the textual explanation of the node state.

Methods

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

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

Equals(TestNodeStateProperty)

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

GetHashCode()

Serves as the default hash function.

PrintMembers(StringBuilder)
ToString()

Returns a string that represents the current object.

Operators

Name Description
Equality(TestNodeStateProperty, TestNodeStateProperty)
Inequality(TestNodeStateProperty, TestNodeStateProperty)

Applies to