ITestRunStatistic Interface

 

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

public interface ITestRunStatistic
public interface class ITestRunStatistic
type ITestRunStatistic = interface end
Public Interface ITestRunStatistic

Properties

Name Description
System_CAPS_pubproperty Count

Gets the count for this test statistic.

System_CAPS_pubproperty ResolutionState

Gets the resolution state for this test statistic.

System_CAPS_pubproperty ResultOutcome

Gets the result outcome for this test statistic.

System_CAPS_pubproperty ResultState

Gets the result state for this test statistic.

See Also

ITestRunStatistics
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top