StandardErrorProperty 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 standard error to associate with a test node.
public class StandardErrorProperty : IEquatable<Microsoft.Testing.Platform.Extensions.Messages.StandardErrorProperty>, Microsoft.Testing.Platform.Extensions.Messages.IProperty
public sealed class StandardErrorProperty : IEquatable<Microsoft.Testing.Platform.Extensions.Messages.StandardErrorProperty>, Microsoft.Testing.Platform.Extensions.Messages.IProperty
type StandardErrorProperty = class
interface IProperty
interface IEquatable<StandardErrorProperty>
Public Class StandardErrorProperty
Implements IEquatable(Of StandardErrorProperty), IProperty
Public NotInheritable Class StandardErrorProperty
Implements IEquatable(Of StandardErrorProperty), IProperty
- Inheritance
-
StandardErrorProperty
- Implements
Constructors
| Name | Description |
|---|---|
| StandardErrorProperty(StandardErrorProperty) | |
| StandardErrorProperty(String) |
Initializes a new instance of the StandardErrorProperty class. |
Properties
| Name | Description |
|---|---|
| EqualityContract | |
| StandardError |
Gets the standard error. |
Methods
| Name | Description |
|---|---|
| <Clone>$() | |
| Deconstruct(String) | |
| Equals(Object) | Determines whether the specified object is equal to the current object. |
| Equals(StandardErrorProperty) | 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(StandardErrorProperty, StandardErrorProperty) | |
| Inequality(StandardErrorProperty, StandardErrorProperty) | |