TestStepStartEvent 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.
Describes a TestStepStartEvent. The TestStepStartEvent is one of the events in the TestChain or TestStreamChain.
public ref class TestStepStartEvent sealed : Microsoft::VisualStudio::IntelliTrace::TestStepEvent
public ref class TestStepStartEvent sealed : Microsoft::VisualStudio::IntelliTrace::TestStepEvent
class TestStepStartEvent sealed : Microsoft::VisualStudio::IntelliTrace::TestStepEvent
public sealed class TestStepStartEvent : Microsoft.VisualStudio.IntelliTrace.TestStepEvent
type TestStepStartEvent = class
inherit TestStepEvent
Public NotInheritable Class TestStepStartEvent
Inherits TestStepEvent
- Inheritance
Properties
EventTime |
Gets the time of the event using the high resolution counter. This value is retrieved from QueryPerformanceCounter. (Inherited from TestStepEvent) |
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 TestStepEvent) |
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 TestStepEvent) |
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 TestStepEvent) |
TestCaseManagerId |
Gets the test case manager id: the identifier of the test case in Team Foundation Server. (Inherited from TestStepEvent) |
TestCaseName |
Gets the name of the test case. (Inherited from TestStepEvent) |
TestExecutionId |
Gets the test execution id: a unique identifier that identifies this test instance. (Inherited from TestStepEvent) |
TestStepDescription |
Gets the description of this test step. (Inherited from TestStepEvent) |
TestStepId |
Gets the id of this test step. (Inherited from TestStepEvent) |
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) |