TestPointState Enumeration
Represents the possible values for the State property.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
<GenerateAllConstantsAttribute(Nothing)> _
Public Enumeration TestPointState
[GenerateAllConstantsAttribute(null)]
public enum TestPointState
[GenerateAllConstantsAttribute(nullptr)]
public enum class TestPointState
[<GenerateAllConstantsAttribute(null)>]
type TestPointState
public enum TestPointState
Members
Member name | Description | |
---|---|---|
Completed | The test point has been successfully completed and does not have to be executed again for the test to be considered completed. | |
InProgress | The test point is being executed. | |
MaxValue | Represents the maximum value for the State property, which is InProgress. | |
None | Default. | |
NotReady | The test point must be executed, but it is not able to execute. | |
Ready | The test point is ready for execution. The test point has not yet been executed, or the previous execution failed. |
Remarks
Each test point must be executed for the test pass to be considered completed.