PexCoverageFilterAttributeBase Classe

Definição

Atributo de classe base para filtragem de cobertura

public ref class PexCoverageFilterAttributeBase abstract : Microsoft::Pex::Framework::ComponentModel::PexComponentElementDecoratorAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true)]
public abstract class PexCoverageFilterAttributeBase : Microsoft.Pex.Framework.ComponentModel.PexComponentElementDecoratorAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true)>]
type PexCoverageFilterAttributeBase = class
    inherit PexComponentElementDecoratorAttributeBase
Public MustInherit Class PexCoverageFilterAttributeBase
Inherits PexComponentElementDecoratorAttributeBase
Herança
Derivado
Atributos

Construtores

PexCoverageFilterAttributeBase(PexCoverageDomain)

Inicializa uma nova instância da classe PexCoverageFilterAttributeBase.

Propriedades

CoverageDomain

Obtém o domínio.

Métodos

CreateFilter(IPexDecoratedComponentElement)

Cria o filtro

Decorate(Name, IPexDecoratedComponentElement)

Decora o componente com decoradores personalizados

Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext)

Valida o atributo em um contexto de visibilidade específico.

(Herdado de PexComponentElementDecoratorAttributeBase)

Implantações explícitas de interface

IPexComponentElementDecorator.Decorate(Name, IPexDecoratedComponentElement) (Herdado de PexComponentElementDecoratorAttributeBase)
IPexValidatable.Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) (Herdado de PexComponentElementDecoratorAttributeBase)

Aplica-se a