DiscoveredTestNodeStateProperty Class

Definition

Property that represents test node that has been discovered.

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

Constructors

Name Description
DiscoveredTestNodeStateProperty(String)

Initializes a new instance of the DiscoveredTestNodeStateProperty class.

Properties

Name Description
CachedInstance

Gets cached instance of the DiscoveredTestNodeStateProperty.

EqualityContract (Inherited from TestNodeStateProperty)
Explanation

Gets the textual explanation of the node state.

(Inherited from TestNodeStateProperty)

Methods

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

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(DiscoveredTestNodeStateProperty, DiscoveredTestNodeStateProperty)
Inequality(DiscoveredTestNodeStateProperty, DiscoveredTestNodeStateProperty)

Applies to