Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides the valid types for an internal message.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Enumeration TestMessageKind
public enum TestMessageKind
public enum class TestMessageKind
type TestMessageKind
public enum TestMessageKind
Members
Member name | Description | |
---|---|---|
Panic | Obsolete. (Obsolete) | |
Result | The message can be cast to a TestResult object. | |
FileCopy | The message is a file copy action. | |
RunInfo | The message is test run information, such as test run configuration. | |
RunStateChanged | Obsolete. The message can be cast to a RunStateEvent object. | |
RunOutput | The message can be cast to a RunOutputTestResultMessage object. | |
Debug | The message contains debug information for tests that run outside Visual Studio Test Professional. | |
Heartbeat | Obsolete. (Obsolete) | |
TextMessage | The message contains exception information. | |
TestStart | Obsolete. (Obsolete) | |
TestEnd | Obsolete. (Obsolete) | |
RunAbort | Obsolete. (Obsolete) | |
RunStart | Obsolete. (Obsolete) | |
RunEnd | Obsolete. (Obsolete) |