ITestRun.TotalTests Propriedade
O número total de testes nessa execução.
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
Consulte também
Interface ITestRun
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo