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.
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the statistics for a particular resolution state in a test run.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public interface ITestResolutionStateStatistic
public interface class ITestResolutionStateStatistic
type ITestResolutionStateStatistic = interface end
Public Interface ITestResolutionStateStatistic
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of test case results that have this resolution. |
![]() |
State | Gets the resolution state that is associated with this statistic object. |
See Also
ITestResolutionState
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top