PexCoverageFilterAssemblyAttribute 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.
Attributes that define an assembly to include/exclude/ignore in the coverage reports
public ref class PexCoverageFilterAssemblyAttribute sealed : Microsoft::Pex::Framework::Coverage::PexCoverageFilterAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true)]
public sealed class PexCoverageFilterAssemblyAttribute : Microsoft.Pex.Framework.Coverage.PexCoverageFilterAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true)>]
type PexCoverageFilterAssemblyAttribute = class
inherit PexCoverageFilterAttributeBase
Public NotInheritable Class PexCoverageFilterAssemblyAttribute
Inherits PexCoverageFilterAttributeBase
- Inheritance
-
PexCoverageFilterAssemblyAttribute
- Attributes
Constructors
PexCoverageFilterAssemblyAttribute(PexCoverageDomain, String) |
Initializes a new instance of the PexCoverageFilterAssemblyAttribute class. |
PexCoverageFilterAssemblyAttribute(PexCoverageDomain, Type) |
Initializes a new instance of the PexCoverageFilterAssemblyAttribute class. |
Properties
CoverageDomain |
Gets the domain. (Inherited from PexCoverageFilterAttributeBase) |
TargetAssemblyName |
Gets the name of the target assembly. |
Methods
CreateFilter(IPexDecoratedComponentElement) |
Creates the filter |
Decorate(Name, IPexDecoratedComponentElement) |
Decorates component with custom decorators (Inherited from PexCoverageFilterAttributeBase) |
Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) |
Validates the attribute in a particular visibility context. (Inherited from PexComponentElementDecoratorAttributeBase) |