PexCoverageFilterMethodAttribute Classe

Definição

Atributos que definem um nome de método para incluir/excluir/ignorar nos relatórios de cobertura

public ref class PexCoverageFilterMethodAttribute sealed : Microsoft::Pex::Framework::Coverage::PexCoverageFilterAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true)]
public sealed class PexCoverageFilterMethodAttribute : Microsoft.Pex.Framework.Coverage.PexCoverageFilterAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true)>]
type PexCoverageFilterMethodAttribute = class
    inherit PexCoverageFilterAttributeBase
Public NotInheritable Class PexCoverageFilterMethodAttribute
Inherits PexCoverageFilterAttributeBase
Herança
Atributos

Construtores

PexCoverageFilterMethodAttribute(PexCoverageDomain, String)

Inicializa uma nova instância da classe PexCoverageFilterMethodAttribute.

Propriedades

CoverageDomain

Obtém o domínio.

(Herdado de PexCoverageFilterAttributeBase)

Métodos

CreateFilter(IPexDecoratedComponentElement)

Cria o filtro

Decorate(Name, IPexDecoratedComponentElement)

Decora o componente com decoradores personalizados

(Herdado de PexCoverageFilterAttributeBase)
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