The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
FailureType Enumeration
Indicates the type of failure for a test run.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Member name | Description | |
|---|---|---|
| KnownIssue | The failure represents a known issue. | |
| MaxValue | For internal use only. Used to maintain compatibility across client versions. | |
| NewIssue | The failure represents a new issue. | |
| None | No failure. | |
| NullValue | ||
| Regression | The failure represents a regression. | |
| Unknown | The failure type is unknown. |
Show: