AdapterRunResult – výčet
AdapterRunResult Výčtu používá rámec testování označující úspěch nebo selhání spustit test.
Obor názvů: Microsoft.VisualStudio.TestTools.Execution
Sestavení: Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntaxe
'Deklarace
Public Enumeration AdapterRunResult
public enum AdapterRunResult
public enum class AdapterRunResult
type AdapterRunResult
public enum AdapterRunResult
Členy
Název členu | Popis | |
---|---|---|
RunSuccess | Hodnota výčtu je 0.Spustit test proběhl úspěšně. | |
RunError | Hodnota výčtu je 1.Spustit test se nezdařil. |
Poznámky
Tento AdapterRunResult se liší od test spustit výsledek označuje úspěch nebo selhání pokusu o spuštění test.