Share via


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
Unspecified Used only during an update to preserve the existing value.
Normal Represents a regular test run.
Blocking Represents a test run for the blocked result when a test point is blocked.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestRun