Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the type of failure for a test run.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Enumeration FailureType
public enum FailureType
public enum class FailureType
type FailureType
public enum FailureType
Members
Member name | Description | |
---|---|---|
None | No failure. | |
Regression | The failure represents a regression. | |
NewIssue | The failure represents a new issue. | |
KnownIssue | The failure represents a known issue. | |
Unknown | The failure type is unknown. | |
MaxValue | For internal use only. Used to maintain compatibility across client versions. |