TestMessageKind Enum
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.
Provides the valid types for an internal message.
public enum class TestMessageKind
public enum TestMessageKind
type TestMessageKind =
Public Enum TestMessageKind
- Inheritance
-
TestMessageKind
Fields
Name | Value | Description |
---|---|---|
Panic | 0 | (Obsolete) |
Result | 1 | The message can be cast to a Microsoft.VisualStudio.TestTools.Common.TestResult object. |
FileCopy | 2 | The message is a file copy action. |
RunInfo | 3 | The message is test run information, such as test run configuration. |
RunStateChanged | 4 | The message can be cast to a RunStateEvent object. |
RunOutput | 5 | The message can be cast to a RunOutputTestResultMessage object. |
Debug | 6 | The message contains debug information for tests that run outside Visual Studio Test Professional. |
Heartbeat | 7 | (Obsolete) |
TextMessage | 8 | The message contains exception information. |
TestStart | 9 | (Obsolete) |
TestEnd | 10 | (Obsolete) |
RunAbort | 11 | (Obsolete) |
RunStart | 12 | (Obsolete) |
RunEnd | 13 | (Obsolete) |