Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 | |
|---|---|---|
| Completed | The test suite is completed. | |
| InPlanning | The test suite is in the planning stage. | |
| InProgress | The test suite is being tested. | |
| None | No state (not used). |