Condividi tramite


Proprietà TestCaseEndEventArgs.TestOutcome

ottiene o imposta TestOutcome il test.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintassi

'Dichiarazione
Public Property TestOutcome As TestOutcome
public TestOutcome TestOutcome { get; private set; }
public:
property TestOutcome TestOutcome {
    TestOutcome get ();
    private: void set (TestOutcome value);
}
member TestOutcome : TestOutcome with get, private set
function get TestOutcome () : TestOutcome
private function set TestOutcome (value : TestOutcome)

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.Common.TestOutcome
Il risultato del test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestCaseEndEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Execution

TestOutcome