TestMessageKind Enum

Definition

Provides the valid types for an internal message.

C++
public enum class 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)

Applies to

Product Versies
Visual Studio SDK 2017, 2019, 2022