TestCaseResetEvent Class

Definition

Describes a TestCaseResetEvent. The TestCaseResetEvent is one of the events in the TestChain or TestStreamChain.

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

Properties

EventTime

Gets the time of the event using the high resolution counter. This value is retrieved from QueryPerformanceCounter.

(Inherited from TestCaseEvent)
IsChildTestCase

Gets a flag that determines if this test case is a child of a test case. For example, a web test in a load test is a child test case.

(Inherited from TestCaseEvent)
Ordinal

Gets or sets the ordinal value.

(Inherited from OrdinalEvent)
SessionId

Gets the test session id: a unique identifier that identifies the test session.

(Inherited from TestCaseEvent)
TestCaseId

Gets the test case id: a unique identifier that identifies this test case. When the test case is in the test case management system, the lower four bytes contain the TestCaseManagerId.

(Inherited from TestCaseEvent)
TestCaseManagerId

Gets the test case manager id: the identifier of the test case in Team Foundation Server.

(Inherited from TestCaseEvent)
TestCaseName

Gets the name of the test case.

(Inherited from TestCaseEvent)
TestExecutionId

Gets the test execution id: a unique identifier that identifies this test instance.

(Inherited from TestCaseEvent)

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