Partilhar via


Propriedade RunResultAndStatistics.PassedTestCount

Obtém o número de testes que passaram no teste associado executar.

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

Sintaxe

'Declaração
Public ReadOnly Property PassedTestCount As Integer
    Get
public int PassedTestCount { get; }
public:
property int PassedTestCount {
    int get ();
}
member PassedTestCount : int
function get PassedTestCount () : int

Valor de propriedade

Tipo: System.Int32
O número de testes que passaram no teste associado executar.

Segurança do .NET Framework

Consulte também

Referência

RunResultAndStatistics Classe

Namespace Microsoft.VisualStudio.TestTools.Common