CodeCoverageData 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 build configuration (platform, flavor) and coverage data for the build
[System.Runtime.Serialization.DataContract]
public sealed class CodeCoverageData : Microsoft.TeamFoundation.TestManagement.WebApi.TestManagementBaseSecuredObject
type CodeCoverageData = class
inherit TestManagementBaseSecuredObject
Public NotInheritable Class CodeCoverageData
Inherits TestManagementBaseSecuredObject
- Inheritance
- Attributes
Constructors
| CodeCoverageData() |
Properties
| BuildFlavor |
Flavor of build for which data is retrieved/published |
| BuildPlatform |
Platform of build for which data is retrieved/published |
| CoverageStats |
List of coverage data for the build |
Methods
| SecureIdentityRef(IdentityRef) | (Inherited from TestManagementBaseSecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from TestManagementBaseSecuredObject) |