TimeoutTestNodeStateProperty Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) | |