Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AdapterRunResult enumeration is used by the testing framework to indicate the success or failure of a test run.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Enumeration AdapterRunResult
public enum AdapterRunResult
public enum class AdapterRunResult
type AdapterRunResult
public enum AdapterRunResult
Members
Member name | Description | |
---|---|---|
RunSuccess | The enumeration value is 0. The test run succeeded. | |
RunError | The enumeration value is 1. The test run failed. |
Remarks
This AdapterRunResult differs from a test run result in that it indicates only the success or failure of the attempt to run the test.