Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |