AdapterRunResult Enum

Definition

The AdapterRunResult enumeration is used by the testing framework to indicate the success or failure of a test run.

public enum class AdapterRunResult
public enum AdapterRunResult
type AdapterRunResult = 
Public Enum AdapterRunResult
Inheritance
AdapterRunResult

Fields

RunError 1

The enumeration value is 1. The test run failed.

RunSuccess 0

The enumeration value is 0. The test run succeeded.

Applies to