Compartilhar via


ITestRunStatistics.InProgressTests Propriedade

 

Obtém o número de testes em andamento.

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

Sintaxe

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

Valor de propriedade

Type: System.Int32

O número de testes em andamento.

Consulte também

Interface ITestRunStatistics
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo