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