TestPointState Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C#
public enum TestPointState
type TestPointState =
Public Enum TestPointState
- Inheritance
-
TestPointState
Name | Value | Description |
---|---|---|
None | 0 | Default |
Ready | 1 | The test point needs to be executed in order for the test pass to be considered complete. Either the test has not been run before or the previous run failed. |
Completed | 2 | The test has passed successfully and does not need to be re-run for the test pass to be considered complete. |
NotReady | 3 | The test point needs to be executed but is not able to. |
InProgress | 4 | The test is being executed. |
MaxValue | 4 |
Produkt | Versiounen |
---|---|
Azure DevOps Services .NET SDK | preview |