TestRunType Enumeration

Enumerates the possible types for test-run objects.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Public Enumeration TestRunType
public enum TestRunType
public enum class TestRunType
type TestRunType
public enum TestRunType

Members

Member name Description
Blocking Represents a test run for the blocked result when a test point is blocked.
Normal Represents a regular test run.
Unspecified Used only during an update to preserve the existing value.
Web

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestRun