SkippedTestNodeStateProperty Class

Definition

Property that represents a test node that has been skipped.

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

Constructors

Name Description
SkippedTestNodeStateProperty(String)

Initializes a new instance of the SkippedTestNodeStateProperty class.

Properties

Name Description
CachedInstance

Gets the cached instance of the SkippedTestNodeStateProperty 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(SkippedTestNodeStateProperty)

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

Applies to