PassedTestNodeStateProperty Class

Definition

Property that represents a test node that has been executed and passed.

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

Constructors

Name Description
PassedTestNodeStateProperty(String)

Initializes a new instance of the PassedTestNodeStateProperty class.

Properties

Name Description
CachedInstance

Gets the cached instance of the PassedTestNodeStateProperty property.

EqualityContract (Inherited from TestNodeStateProperty)
Explanation

Gets the textual explanation of the node state.

(Inherited from TestNodeStateProperty)

Methods

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

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

Equals(PassedTestNodeStateProperty)

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

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

Applies to