PexAssertionFilterAttributeBase Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Classe base para atributo que cria instâncias IPexAttributeFilter
public ref class PexAssertionFilterAttributeBase abstract : Microsoft::Pex::Framework::Packages::PexExplorationPackageAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true)]
public abstract class PexAssertionFilterAttributeBase : Microsoft.Pex.Framework.Packages.PexExplorationPackageAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true)>]
type PexAssertionFilterAttributeBase = class
inherit PexExplorationPackageAttributeBase
Public MustInherit Class PexAssertionFilterAttributeBase
Inherits PexExplorationPackageAttributeBase
- Herança
-
PexAssertionFilterAttributeBase
- Derivado
- Atributos
Construtores
| PexAssertionFilterAttributeBase() |
Inicializa uma nova instância de PexAssertionFilterAttributeBase |
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. |
| BeforeExploration(IPexExplorationComponent) |
Carregar os filtros, se houver |
| Decorate(Name, IPexDecoratedComponentElement) |
Esse método pode anunciar filtros, focos e pacotes para IntelliTest. (Herdado de PexExplorationPackageAttributeBase) |
| Initialize(IPexExplorationEngine) |
Inicializa a classe PexAssertionAttributeFilterBase. |
| Load(IContainer) | |
| TryCreateAssertionFilters(IPexExplorationComponent, IIndexable<IPexAssertionFilter>) |
Tenta criar um conjunto de filtros |
| Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) |
Valida o atributo em um contexto de visibilidade específico. (Herdado de PexComponentElementDecoratorAttributeBase) |