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
ITestRunStatistics Statistics { get; }
property ITestRunStatistics^ Statistics {
ITestRunStatistics^ get();
}
abstract Statistics : ITestRunStatistics with get
ReadOnly Property Statistics As 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.
See Also
ITestRun Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top