Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
| 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. |