TestRunContextEvent Class

Definition

Describes an TestRunContextEvent. The TestRunContextEvent is one of the events in the TestChain or TestStreamChain.

public ref class TestRunContextEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
public ref class TestRunContextEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
class TestRunContextEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
public sealed class TestRunContextEvent : Microsoft.VisualStudio.IntelliTrace.OrdinalEvent
type TestRunContextEvent = class
    inherit OrdinalEvent
Public NotInheritable Class TestRunContextEvent
Inherits OrdinalEvent
Inheritance
TestRunContextEvent

Properties

Ordinal

Gets or sets the ordinal value.

(Inherited from OrdinalEvent)
TeamFoundationServerProjectName

Gets the name of the Team Foundation Server project that contains this test run.

TeamFoundationServerUri

Gets the URI of the Team Foundation Server that contains this test run.

TestRunId

Gets the id of this test run.

Methods

Compare(OrdinalEvent, OrdinalEvent)

Compares one instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance.

(Inherited from OrdinalEvent)
CompareTo(Object)

Compares the current instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance.

(Inherited from OrdinalEvent)
CompareTo(OrdinalEvent)

Compares the current instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance.

(Inherited from OrdinalEvent)
Equals(Object)

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

(Inherited from OrdinalEvent)
GetHashCode()

Gets a hash code for this OrdinalEvent.

(Inherited from OrdinalEvent)

Applies to