Information
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.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public enum class FailureType

Member nameDescription
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.

Return to top
Show: