TestOutcome Enumeration
Represents the outcome of a completed test.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public enum TestOutcome
public enum class TestOutcome
type TestOutcome
Public Enumeration TestOutcome
Members
Member name | Description | |
---|---|---|
Aborted | ||
Blocked | ||
Error | ||
Failed | ||
Inconclusive | ||
MaxValue | ||
None | ||
NotApplicable | ||
NotExecuted | ||
Passed | ||
Paused | ||
Timeout | ||
Unspecified | ||
Warning |
Remarks
No content here will be updated; please do not add material here.
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top