Compartilhar via


ITestRunStatistics.TotalTests Propriedade

 

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

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

int TotalTests { get; }
property int TotalTests {
    int get();
}
abstract TotalTests : int with get
ReadOnly Property TotalTests As Integer

Valor de propriedade

Type: System.Int32

O número total de testes na execução de teste.

Consulte também

Interface ITestRunStatistics
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo