ITestRunStatistics Interface
Represents the counts of several aspects of test results for a test run.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | CompletedTests | Gets the number of completed tests in the test run. |
![]() | FailedTests | Gets the number of tests that have failed. |
![]() | InconclusiveTests | Gets the number of tests that have inconclusive results. |
![]() | InProgressTests | Gets the number of tests in progress. |
![]() | Item[TestOutcome] | Gets the number of tests that have the specified outcome. |
![]() | Item[TestResultState] | Gets the number of tests that have the specified result state. |
![]() | PassedTests | Gets the number of tests that have passed. |
![]() | PendingTests | Gets the number of pending tests. |
![]() | TestResolutionStatistics | Gets the list of test resolution state statistic objects. |
![]() | TotalTests | Gets the total number of tests in the test run. |
| Name | Description | |
|---|---|---|
![]() | GetStatistics() | Returns an array of test run statistic objects. |
![]() | Refresh() | Refreshes the statistics from the server. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |
This interface supports the object model for Test Case management (TCM) in Visual Studio. This interface is not intended for you to implement in a custom class, but you can use this interface in a custom class if a TCM object returns an internal implementation.


