Share via


ITestRun.Statistics Property

Gets the statistics that detail the number of test cases in various states in this test run.

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

Syntax

'Declaration
ReadOnly Property Statistics As ITestRunStatistics
ITestRunStatistics Statistics { get; }
property ITestRunStatistics^ Statistics {
    ITestRunStatistics^ get ();
}
abstract Statistics : ITestRunStatistics with get
function get Statistics () : ITestRunStatistics

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestRunStatistics
The statistics that detail the number of test cases in various states in this test run.

.NET Framework Security

See Also

Reference

ITestRun Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace