TimeoutTestNodeStateProperty Class

Definition

Property that represents an eventual timeout in the test node.

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

Constructors

Name Description
TimeoutTestNodeStateProperty()

Initializes a new instance of the TimeoutTestNodeStateProperty class.

TimeoutTestNodeStateProperty(Exception, String)

Initializes a new instance of the TimeoutTestNodeStateProperty class.

TimeoutTestNodeStateProperty(String)

Initializes a new instance of the TimeoutTestNodeStateProperty class.

Properties

Name Description
EqualityContract (Inherited from TestNodeStateProperty)
Exception

Gets the timeout exception.

Explanation

Gets the textual explanation of the node state.

(Inherited from TestNodeStateProperty)
Timeout

Gets the timeout TimeSpan.

Methods

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

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

Equals(TestNodeStateProperty)
Equals(TestNodeStateProperty) (Inherited from TestNodeStateProperty)
Equals(TimeoutTestNodeStateProperty)

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

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

Applies to