StandardOutputProperty Class

Definition

Property that represents standard output to associate with a test node.

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

Constructors

Name Description
StandardOutputProperty(StandardOutputProperty)
StandardOutputProperty(String)

Initializes a new instance of the StandardOutputProperty class.

Properties

Name Description
EqualityContract
StandardOutput

Gets the standard output.

Methods

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

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

Equals(StandardOutputProperty)

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

Applies to