TestNodeStateProperty 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.
Base class for test node state properties.
public abstract class TestNodeStateProperty : IEquatable<Microsoft.Testing.Platform.Extensions.Messages.TestNodeStateProperty>, Microsoft.Testing.Platform.Extensions.Messages.IProperty
type TestNodeStateProperty = class
interface IProperty
interface IEquatable<TestNodeStateProperty>
Public MustInherit Class TestNodeStateProperty
Implements IEquatable(Of TestNodeStateProperty), IProperty
- Inheritance
-
TestNodeStateProperty
- Derived
- Implements
Constructors
| Name | Description |
|---|---|
| TestNodeStateProperty(String) |
Initializes a new instance of the TestNodeStateProperty class. |
| TestNodeStateProperty(TestNodeStateProperty) | |
Properties
| Name | Description |
|---|---|
| EqualityContract | |
| Explanation |
Gets the textual explanation of the node state. |
Methods
| Name | Description |
|---|---|
| <Clone>$() | |
| Deconstruct(String) | |
| Equals(Object) | Determines whether the specified object is equal to the current object. |
| Equals(TestNodeStateProperty) | Indicates whether the current object is equal to another object of the same type. |
| GetHashCode() | Serves as the default hash function. |
| PrintMembers(StringBuilder) | |
| ToString() | Returns a string that represents the current object. |
Operators
| Name | Description |
|---|---|
| Equality(TestNodeStateProperty, TestNodeStateProperty) | |
| Inequality(TestNodeStateProperty, TestNodeStateProperty) | |