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.
TestCaseFailureType Enumeration
This enumeration represents the types of failure for a test case as used in the TestCaseFailedEventArgs class.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
| Member name | Description | |
|---|---|---|
| Assertion | An assertion failed. | |
| MissingException | An exception was missing. | |
| None | No failure. | |
| Other | An unknown failure type occurred. | |
| UnexpectedException | An unexpected exception was encountered. | |
| UnhandledException | An exception was not handled. |
Show: