Condividi tramite


Proprietà RunResultAndStatistics.HasPassed

Ottiene un valore che indica se tutti i test nell'esecuzione dei test associata correttamente sono stati superati.

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

Sintassi

'Dichiarazione
Public ReadOnly Property HasPassed As Boolean
public bool HasPassed { get; }
public:
property bool HasPassed {
    bool get ();
}
member HasPassed : bool with get
function get HasPassed () : boolean

Valore proprietà

Tipo: System.Boolean
true se tutti i test nell'esecuzione dei test associata correttamente passate; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RunResultAndStatistics Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common