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 status settings for a test run.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public enum TestRunState
public enum class TestRunState
type TestRunState
Public Enumeration TestRunState
Members
Member name | Description | |
---|---|---|
Aborted | The test run is stopped and any remaining tests have been aborted. |
|
Completed | All tests have been completed or skipped. |
|
InProgress | Tests are running. |
|
MaxValue | Denotes the maximum value for this enumeration. |
|
NeedsInvestigation | Run requires investigation because of a test point failure |
|
NotStarted | The test run is still being created. No tests have started. |
|
Unspecified | Used only during an update to preserve the existing value. |
|
Waiting | The test run is currently initializing. |
See Also
ITestRun
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top