StepTimingInfo Class

Definition

Information about the timing of a test node step.

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

Constructors

Name Description
StepTimingInfo(String, String, TimingInfo)

Initializes a new instance of the StepTimingInfo class.

Properties

Name Description
Description

Gets the step description.

Id

Gets the step identifier.

Timing

Gets the step timing info.

Methods

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

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

Equals(StepTimingInfo)

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

GetHashCode()

Serves as the default hash function.

ToString()

Returns a string that represents the current object.

Operators

Name Description
Equality(StepTimingInfo, StepTimingInfo)
Inequality(StepTimingInfo, StepTimingInfo)

Applies to