TestMessageKind Enum

Definition

Provides the valid types for an internal message.

public enum class TestMessageKind
public enum TestMessageKind
type TestMessageKind = 
Public Enum TestMessageKind
Inheritance
TestMessageKind

Fields

Debug 6

The message contains debug information for tests that run outside Visual Studio Test Professional.

FileCopy 2

The message is a file copy action.

Heartbeat 7

(Obsolete)

Panic 0

(Obsolete)

Result 1

The message can be cast to a Microsoft.VisualStudio.TestTools.Common.TestResult object.

RunAbort 11

(Obsolete)

RunEnd 13

(Obsolete)

RunInfo 3

The message is test run information, such as test run configuration.

RunOutput 5

The message can be cast to a RunOutputTestResultMessage object.

RunStart 12

(Obsolete)

RunStateChanged 4

The message can be cast to a RunStateEvent object.

TestEnd 10

(Obsolete)

TestStart 9

(Obsolete)

TextMessage 8

The message contains exception information.

Applies to