TestStateEvent Class
Represents a notification record for a change in test state.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Microsoft.VisualStudio.TestTools.Common::TestMessage
Microsoft.VisualStudio.TestTools.Common::TestStateEvent
| Name | Description | |
|---|---|---|
![]() | TestStateEvent() | Initializes an instance of the TestStateEvent class. |
![]() | TestStateEvent(Guid, Guid, TestState) | Initializes an instance of the TestStateEvent class by using the provided run identifier, execution identifier, and state. |
![]() | TestStateEvent(Guid, Guid, TestState, DateTime) | Initializes an instance of the TestStateEvent class by using the provided run identifier, execution identifier, state, and time stamp. |
![]() | TestStateEvent(SerializationInfo^, StreamingContext) | Initializes an instance of the TestStateEvent class by using the serialization information and context. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Populates a SerializationInfo object with the data that is required to serialize the target object.(Overrides TestMessage::GetObjectData(SerializationInfo^, StreamingContext).) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsValid() | Returns a value that indicates whether the event has a valid RunId and a valid setting for NewState setting.(Overrides TestMessage::IsValid().) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a string that contains the computer name, the RunId, and the NewState.(Overrides Object::ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


