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
Public Enumeration TestPointState
public enum TestPointState
public enum class TestPointState
type TestPointState
public enum TestPointState
Members
Member name | Description | |
---|---|---|
None | Default. | |
Ready | The test point is ready for execution. The test point has not yet been executed, or the previous execution failed. | |
Completed | The test point has been successfully completed and does not have to be executed again for the test to be considered completed. | |
NotReady | The test point must be executed, but it is not able to execute. | |
InProgress | The test point is being executed. | |
MaxValue | Represents the maximum value for the State property, which is InProgress. |
Remarks
Each test point must be executed for the test pass to be considered completed.