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 states for a test suite.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Enumeration TestSuiteState
public enum TestSuiteState
public enum class TestSuiteState
type TestSuiteState
public enum TestSuiteState
Members
Member name | Description | |
---|---|---|
None | No state (not used). | |
InPlanning | The test suite is in the planning stage. | |
InProgress | The test suite is being tested. | |
Completed | The test suite is completed. |