Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a count of results for test runs that have a specific resolution state, result outcome, and result state.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestRunStatistic
public interface ITestRunStatistic
public interface class ITestRunStatistic
type ITestRunStatistic =  interface end
public interface ITestRunStatistic
The ITestRunStatistic type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Count | Gets the count for this test statistic. | 
| .gif) | ResolutionState | Gets the resolution state for this test statistic. | 
| .gif) | ResultOutcome | Gets the result outcome for this test statistic. | 
| .gif) | ResultState | Gets the result state for this test statistic. | 
Top