Partilhar via


Propriedade RunResultAndStatistics.TotalTestCount

Obtém ou define o número total de testes na execução de teste.

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

Sintaxe

'Declaração
Public Property TotalTestCount As Integer
    Get
    Friend Set
public int TotalTestCount { get; internal set; }
public:
property int TotalTestCount {
    int get ();
    internal: void set (int value);
}
member TotalTestCount : int with get, internal set
function get TotalTestCount () : int
internal function set TotalTestCount (value : int)

Valor de propriedade

Tipo: System.Int32
O número total de testes na execução de teste.

Segurança do .NET Framework

Consulte também

Referência

RunResultAndStatistics Classe

Namespace Microsoft.VisualStudio.TestTools.Common