Freigeben über


RunResultAndStatistics.FailedTestCount-Eigenschaft

Ruft die Anzahl der im zugeordneten Testlauf fehlgeschlagenen Tests ab.

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

Syntax

'Declaration
Public ReadOnly Property FailedTestCount As Integer
public int FailedTestCount { get; }
public:
property int FailedTestCount {
    int get ();
}
member FailedTestCount : int with get
function get FailedTestCount () : int

Eigenschaftswert

Typ: Int32
Die Anzahl der im zugeordneten Testlauf fehlgeschlagenen Tests.

.NET Framework-Sicherheit

Siehe auch

Referenz

RunResultAndStatistics Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace