Freigeben über


RunResultAndStatistics.HasPassed-Eigenschaft

Ruft einen Wert ab, der angibt, ob alle Tests im zugeordneten Testlauf erfolgreich ausgeführt wurden.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
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

Eigenschaftswert

Typ: System.Boolean
true , wenn alle Tests im zugeordneten Testlauf erfolgreich ausgeführt wurden, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

RunResultAndStatistics Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace