ITestRunCoverage Interface

 

Represents the coverage information pertaining to a test run.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

public interface ITestRunCoverage : ICoverage
public interface class ITestRunCoverage : ICoverage
type ITestRunCoverage = 
    interface
        interface ICoverage
    end
Public Interface ITestRunCoverage
    Inherits ICoverage

Properties

Name Description
System_CAPS_pubproperty LastError

(Inherited from ICoverage.)

System_CAPS_pubproperty Modules

(Inherited from ICoverage.)

System_CAPS_pubproperty State

(Inherited from ICoverage.)

System_CAPS_pubproperty TestRunId

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top