AdapterRunResult Enumeration

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
RunError The enumeration value is 1. The test run failed.
RunSuccess The enumeration value is 0. The test run succeeded.

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.

See Also

Reference

Microsoft.VisualStudio.TestTools.Execution Namespace