TestCaseResumeEvent 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 TestCaseResumeEvent. The TestCaseResumeEvent is one of the events in the TestChain or TestStreamChain.
public ref class TestCaseResumeEvent sealed : Microsoft::VisualStudio::IntelliTrace::TestCaseEvent
public ref class TestCaseResumeEvent sealed : Microsoft::VisualStudio::IntelliTrace::TestCaseEvent
class TestCaseResumeEvent sealed : Microsoft::VisualStudio::IntelliTrace::TestCaseEvent
public sealed class TestCaseResumeEvent : Microsoft.VisualStudio.IntelliTrace.TestCaseEvent
type TestCaseResumeEvent = class
inherit TestCaseEvent
Public NotInheritable Class TestCaseResumeEvent
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) |