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 .NET Framework 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
'Declaration
Public Interface ITestResolutionStateStatistic
public interface ITestResolutionStateStatistic
public interface class ITestResolutionStateStatistic
type ITestResolutionStateStatistic = interface end
public interface ITestResolutionStateStatistic
The ITestResolutionStateStatistic type exposes the following members.
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. |
Top