ITestRunStatistics.CompletedTests Propriedade
Obtém o número de testes concluídos na execução de teste.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
int CompletedTests { get; }
property int CompletedTests {
int get();
}
abstract CompletedTests : int with get
ReadOnly Property CompletedTests As Integer
Valor de propriedade
Type: System.Int32
O número de testes concluídos na execução de teste.
Consulte também
Interface ITestRunStatistics
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo