ITestResolutionStateStatistic Interface

 

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
System_CAPS_pubproperty Count

Gets the number of test case results that have this resolution.

System_CAPS_pubproperty State

Gets the resolution state that is associated with this statistic object.

See Also

ITestResolutionState
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top