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
public enum TestPointState
public enum class TestPointState
type TestPointState
Public Enumeration 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.
See Also
ITestPoint
ITestPointProperties
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top