Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Enumerates the possible states of a test.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
<GenerateAllConstantsAttribute(Nothing)> _
Public Enumeration TestResultState
[GenerateAllConstantsAttribute(null)]
public enum TestResultState
[GenerateAllConstantsAttribute(nullptr)]
public enum class TestResultState
[<GenerateAllConstantsAttribute(null)>]
type TestResultState
public enum TestResultState
Members
| Member name | Description | |
|---|---|---|
| Completed | The test has completed, but no quantitative measure of completeness is available. | |
| InProgress | The test is currently executing. | |
| MaxValue | Denotes the maximum value in this enumeration. | |
| Paused | The test has been paused by the user in a manual test. | |
| Pending | The test is in the execution queue, but has not yet started. | |
| Queued | The test has been queued for execution. | |
| Unspecified | Used only during an update to preserve the existing value. |