CodeCoverageSummary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the code coverage summary results Used to publish or retrieve code coverage summary against a build
[System.Runtime.Serialization.DataContract]
public sealed class CodeCoverageSummary : Microsoft.TeamFoundation.TestManagement.WebApi.TestManagementBaseSecuredObject
type CodeCoverageSummary = class
inherit TestManagementBaseSecuredObject
Public NotInheritable Class CodeCoverageSummary
Inherits TestManagementBaseSecuredObject
- Inheritance
- Attributes
Constructors
| CodeCoverageSummary() |
Properties
| Build |
Uri of build for which data is retrieved/published |
| CoverageData |
List of coverage data and details for the build |
| DeltaBuild |
Uri of build against which difference in coverage is computed |
Methods
| SecureIdentityRef(IdentityRef) | (Inherited from TestManagementBaseSecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from TestManagementBaseSecuredObject) |