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.
AdapterRunResult Enumeration
The AdapterRunResult enumeration is used by the testing framework to indicate the success or failure of a test run.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
| Member name | Description | |
|---|---|---|
| RunError | The enumeration value is 1. The test run failed. | |
| RunSuccess | The enumeration value is 0. The test run succeeded. |
This AdapterRunResult differs from a test run result in that it indicates only the success or failure of the attempt to run the test.
Show: