Condividi tramite


Proprietà ITestRunStatistics.TotalTests

Ottiene il numero totale di test nell'esecuzione dei test.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

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

Valore proprietà

Tipo: System.Int32
Il numero totale di test nell'esecuzione dei test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestRunStatistics Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client