PexAssertExcludeTypeAttribute Classe

Definição

Atributo que exclui os membros de um tipo específico a ser declarado

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

Construtores

PexAssertExcludeTypeAttribute(Type)

Inicializa uma nova instância do atributo com uma definição de tipo

PexAssertExcludeTypeAttribute(Type, String)

Inicializa uma nova instância do atributo com uma definição de tipo

Propriedades

Name

Obtém o nome deste pacote.

(Herdado de PexExplorationPackageAttributeBase)

Métodos

AfterExploration(IPexExplorationComponent, Object)

Método para após ações de exploração.

(Herdado de PexAssertionFilterAttributeBase)
BeforeExploration(IPexExplorationComponent)

Carregar os filtros, se houver

(Herdado de PexAssertionFilterAttributeBase)
Decorate(Name, IPexDecoratedComponentElement)

Esse método pode anunciar filtros, focos e pacotes para IntelliTest.

(Herdado de PexExplorationPackageAttributeBase)
Initialize(IPexExplorationEngine)

Inicializa a classe PexAssertionAttributeFilterBase.

(Herdado de PexAssertionFilterAttributeBase)
Load(IContainer) (Herdado de PexAssertionFilterAttributeBase)
TryCreateAssertionFilters(IPexExplorationComponent, IIndexable<IPexAssertionFilter>)

Tenta criar um conjunto de filtros

(Herdado de PexAssertionFilterAttributeBase)
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)
IPexExplorationPackage.AfterExploration(IPexExplorationComponent, Object) (Herdado de PexExplorationPackageAttributeBase)
IPexExplorationPackage.BeforeExploration(IPexExplorationComponent) (Herdado de PexExplorationPackageAttributeBase)
IPexExplorationPackage.Initialize(IPexExplorationEngine) (Herdado de PexExplorationPackageAttributeBase)
IPexExplorationPackage.Load(IContainer) (Herdado de PexExplorationPackageAttributeBase)
IPexValidatable.Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) (Herdado de PexComponentElementDecoratorAttributeBase)

Aplica-se a