The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestMessageKind Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides the valid types for an internal message.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Member name | Description | |
|---|---|---|
| Debug | The message contains debug information for tests that run outside Visual Studio Test Professional. | |
| FileCopy | The message is a file copy action. | |
| Heartbeat | Obsolete.(Obsolete) | |
| Panic | Obsolete.(Obsolete) | |
| Result | The message can be cast to a TestResult object. | |
| RunAbort | Obsolete.(Obsolete) | |
| RunEnd | Obsolete.(Obsolete) | |
| RunInfo | The message is test run information, such as test run configuration. | |
| RunOutput | The message can be cast to a RunOutputTestResultMessage object. | |
| RunStart | Obsolete.(Obsolete) | |
| RunStateChanged | Obsolete.The message can be cast to a RunStateEvent object. | |
| TestEnd | Obsolete.(Obsolete) | |
| TestStart | Obsolete.(Obsolete) | |
| TextMessage | The message contains exception information. |
Show: